typos
[kengrimes.com/content.git] / content / ox-hugo-tutorial.md
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: