diff --git a/content/about.md b/content/about.md index 2c0ee790..3cb24667 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 41d20f19..80654772 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 73994ba9..f84224a0 100644 --- a/content/post/hugoisforlovers.md +++ b/content/post/hugoisforlovers.md @@ -12,6 +12,7 @@ categories = [ "Development", "golang", ] +menu = "main" +++ ## Step 1. Install Hugo