Adding a menu to the content example site

This commit is contained in:
spf13 2014-04-26 16:24:08 -06:00
parent 875efde235
commit 3c34eb049f
3 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
+++ +++
title = "About Hugo" title = "About Hugo"
date = "2014-04-09" date = "2014-04-09"
menu = "main"
+++ +++
Hugo is a static site engine written in go. Hugo is a static site engine written in go.

View File

@ -13,6 +13,7 @@ categories = [
"Development", "Development",
"golang", "golang",
] ]
menu = "main"
+++ +++
Hugo uses the excellent [go][] [html/template][gohtmltemplate] library for Hugo uses the excellent [go][] [html/template][gohtmltemplate] library for

View File

@ -12,6 +12,7 @@ categories = [
"Development", "Development",
"golang", "golang",
] ]
menu = "main"
+++ +++
## Step 1. Install Hugo ## Step 1. Install Hugo