typos
authorkengrimes <ken@kengrimes.com>
Fri, 20 Apr 2018 02:41:04 +0000 (19:41 -0700)
committerkengrimes <ken@kengrimes.com>
Fri, 20 Apr 2018 02:41:04 +0000 (19:41 -0700)
content.org
content/ox-hugo-tutorial.md

index e655e07..37aa9a4 100644 (file)
@@ -132,25 +132,24 @@ navigate between with some built-in menu. So a more functional minimal example
 would be the following:
 #+begin_src org -n
 #+hugo_base_dir: .
-,* Site Root
-,** Homepage
+,* Homepage
 :PROPERTIES:
 :EXPORT_HUGO_SECTION:
 :EXPORT_FILE_NAME: _index
 :EXPORT_HUGO_MENU: :menu "main"
 :END:
 This is the home of my blog!
-,** Blog Posts
+,* Blog Posts
 :PROPERTIES:
 :EXPORT_HUGO_SECTION: posts
 :END:
-,*** My Blog Homepage
+,** My Blog Homepage
 :PROPERTIES:
 :EXPORT_HUGO_MENU: :menu "main"
 :EXPORT_FILE_NAME: _index
 :END:
 Man, look at all my blog posts.
-,*** One Bad Night
+,** One Bad Night
 :PROPERTIES:
 :EXPORT_FILE_NAME: bad-night
 :END:
@@ -203,20 +202,20 @@ which sub-directory the content will output to).
 
 To illustrate, let's assume you want to extend the previous site definition with
 a section about fishsticks.
-#+begin_src org -n 25
-,** Fishsticks
+#+begin_src org -n 24
+,* Fishsticks
 :PROPERTIES:
 :EXPORT_HUGO_SECTION: fishsticks
 :EXPORT_HUGO_MENU: :menu "main"
 :EXPORT_FILE_NAME: _index
 :END:
 This section devoted to Orson Wells, R.I.P.
-,*** Van De Camps
+,** Van De Camps
 :PROPERTIES:
 :EXPORT_FILE_NAME: van-de-camps
 :END:
 If this is fish, I'll be a monkey's uncle.
-,*** Gortons
+,** Gortons
 :PROPERTIES:
 :EXPORT_FILE_NAME: gortons
 :END:
@@ -466,45 +465,44 @@ As an example of taxonomies, I'll add some tags and categories to our
 *hugotest.org* file to create a complete blog structure with tags and categories:
 #+begin_src org -n
 #+hugo_base_dir: .
-,* Site Root
-,** Homepage
+,* Homepage
 :PROPERTIES:
 :EXPORT_HUGO_SECTION:
 :EXPORT_FILE_NAME: _index
 :EXPORT_HUGO_MENU: :menu "main"
 :END:
 This is the home of my blog!
-,** Blog Posts
+,* Blog Posts
 :PROPERTIES:
 :EXPORT_HUGO_SECTION: posts
 :END:
-,*** My Blog Homepage
+,** My Blog Homepage
 :PROPERTIES:
 :EXPORT_HUGO_MENU: :menu "main"
 :EXPORT_FILE_NAME: _index
 :END:
 Man, look at all my blog posts.
-,*** One Bad Night  :@updates:herpes:fear:
+,** One Bad Night  :@updates:herpes:fear:
 :PROPERTIES:
 :EXPORT_FILE_NAME: bad-night
 :END:
 Someone gave me herpes! Oh no!
-,** Fishsticks
+,* Fishsticks
 :PROPERTIES:
 :EXPORT_HUGO_SECTION: fishsticks
 :END:
-,*** Fishsticks Home
+,** Fishsticks Home
 :PROPERTIES:
 :EXPORT_HUGO_MENU: :menu "main"
 :EXPORT_FILE_NAME: _index
 :END:
 This section devoted to Orson Wells, R.I.P.
-,*** Van De Camps   :@reviews:fear:
+,** Van De Camps   :@reviews:fear:
 :PROPERTIES:
 :EXPORT_FILE_NAME: van-de-camps
 :END:
 If this is fish, I'll be a monkey's uncle.
-,*** Gortons        :@reviews:herpes:
+,** Gortons        :@reviews:herpes:
 :PROPERTIES:
 :EXPORT_FILE_NAME: gortons
 :END:
index cb60081..c4210eb 100644 (file)
@@ -136,25 +136,24 @@ would be the following:
 
 {{< highlight org "linenos=table, linenostart=1" >}}
 #+hugo_base_dir: .
-* Site Root
-** Homepage
+* Homepage
 :PROPERTIES:
 :EXPORT_HUGO_SECTION:
 :EXPORT_FILE_NAME: _index
 :EXPORT_HUGO_MENU: :menu "main"
 :END:
 This is the home of my blog!
-** Blog Posts
+* Blog Posts
 :PROPERTIES:
 :EXPORT_HUGO_SECTION: posts
 :END:
-*** My Blog Homepage
+** My Blog Homepage
 :PROPERTIES:
 :EXPORT_HUGO_MENU: :menu "main"
 :EXPORT_FILE_NAME: _index
 :END:
 Man, look at all my blog posts.
-*** One Bad Night
+** One Bad Night
 :PROPERTIES:
 :EXPORT_FILE_NAME: bad-night
 :END:
@@ -213,20 +212,20 @@ which sub-directory the content will output to).
 To illustrate, let's assume you want to extend the previous site definition with
 a section about fishsticks.
 
-{{< highlight org "linenos=table, linenostart=25" >}}
-** Fishsticks
+{{< highlight org "linenos=table, linenostart=24" >}}
+* Fishsticks
 :PROPERTIES:
 :EXPORT_HUGO_SECTION: fishsticks
 :EXPORT_HUGO_MENU: :menu "main"
 :EXPORT_FILE_NAME: _index
 :END:
 This section devoted to Orson Wells, R.I.P.
-*** Van De Camps
+** Van De Camps
 :PROPERTIES:
 :EXPORT_FILE_NAME: van-de-camps
 :END:
 If this is fish, I'll be a monkey's uncle.
-*** Gortons
+** Gortons
 :PROPERTIES:
 :EXPORT_FILE_NAME: gortons
 :END:
@@ -499,45 +498,44 @@ As an example of taxonomies, I'll add some tags and categories to our
 
 {{< highlight org "linenos=table, linenostart=1" >}}
 #+hugo_base_dir: .
-* Site Root
-** Homepage
+* Homepage
 :PROPERTIES:
 :EXPORT_HUGO_SECTION:
 :EXPORT_FILE_NAME: _index
 :EXPORT_HUGO_MENU: :menu "main"
 :END:
 This is the home of my blog!
-** Blog Posts
+* Blog Posts
 :PROPERTIES:
 :EXPORT_HUGO_SECTION: posts
 :END:
-*** My Blog Homepage
+** My Blog Homepage
 :PROPERTIES:
 :EXPORT_HUGO_MENU: :menu "main"
 :EXPORT_FILE_NAME: _index
 :END:
 Man, look at all my blog posts.
-*** One Bad Night  :@updates:herpes:fear:
+** One Bad Night  :@updates:herpes:fear:
 :PROPERTIES:
 :EXPORT_FILE_NAME: bad-night
 :END:
 Someone gave me herpes! Oh no!
-** Fishsticks
+* Fishsticks
 :PROPERTIES:
 :EXPORT_HUGO_SECTION: fishsticks
 :END:
-*** Fishsticks Home
+** Fishsticks Home
 :PROPERTIES:
 :EXPORT_HUGO_MENU: :menu "main"
 :EXPORT_FILE_NAME: _index
 :END:
 This section devoted to Orson Wells, R.I.P.
-*** Van De Camps   :@reviews:fear:
+** Van De Camps   :@reviews:fear:
 :PROPERTIES:
 :EXPORT_FILE_NAME: van-de-camps
 :END:
 If this is fish, I'll be a monkey's uncle.
-*** Gortons        :@reviews:herpes:
+** Gortons        :@reviews:herpes:
 :PROPERTIES:
 :EXPORT_FILE_NAME: gortons
 :END: