mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
Adding a menu to the content example site
This commit is contained in:
parent
875efde235
commit
3c34eb049f
@ -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.
|
||||||
|
@ -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
|
||||||
|
@ -12,6 +12,7 @@ categories = [
|
|||||||
"Development",
|
"Development",
|
||||||
"golang",
|
"golang",
|
||||||
]
|
]
|
||||||
|
menu = "main"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
## Step 1. Install Hugo
|
## Step 1. Install Hugo
|
||||||
|
Loading…
Reference in New Issue
Block a user