diff --git a/content/about.md b/content/about.md index 2c0ee79..3cb2466 100644 --- a/content/about.md +++ b/content/about.md @@ -1,6 +1,7 @@ +++ title = "About Hugo" date = "2014-04-09" +menu = "main" +++ Hugo is a static site engine written in go. diff --git a/content/post/goisforlovers.md b/content/post/goisforlovers.md index 41d20f1..8065477 100644 --- a/content/post/goisforlovers.md +++ b/content/post/goisforlovers.md @@ -13,6 +13,7 @@ categories = [ "Development", "golang", ] +menu = "main" +++ Hugo uses the excellent [go][] [html/template][gohtmltemplate] library for diff --git a/content/post/hugoisforlovers.md b/content/post/hugoisforlovers.md index 73994ba..f84224a 100644 --- a/content/post/hugoisforlovers.md +++ b/content/post/hugoisforlovers.md @@ -12,6 +12,7 @@ categories = [ "Development", "golang", ] +menu = "main" +++ ## Step 1. Install Hugo