updating to be blog focused version of site
This commit is contained in:
parent
4f61252525
commit
faadb821d3
8 changed files with 4 additions and 294 deletions
|
@ -1,6 +1,6 @@
|
|||
baseURL = "https://hack13.me"
|
||||
languageCode = "en-us"
|
||||
title = "Hack13 Site"
|
||||
title = "Hack13 Blog"
|
||||
theme = "hacksite"
|
||||
sectionPagesMenu = "main"
|
||||
|
||||
|
@ -13,7 +13,7 @@ sectionPagesMenu = "main"
|
|||
url = "/"
|
||||
[[menu.main]]
|
||||
identifier = "posts"
|
||||
name = "Blog"
|
||||
name = "Posts"
|
||||
title = "posts"
|
||||
weight = "15"
|
||||
url = "/posts/"
|
Reference in a new issue