imported theme and posts from WP
This commit is contained in:
parent
2266e3ddc5
commit
c5892a5972
60 changed files with 1095 additions and 21 deletions
12
config.toml
12
config.toml
|
@ -1,3 +1,13 @@
|
|||
baseURL = "https://hack13.me/"
|
||||
languageCode = "en-us"
|
||||
title = "Hack13 Site"
|
||||
title = "Hack13 Site"
|
||||
theme = "hacksite"
|
||||
sectionPagesMenu = "main"
|
||||
|
||||
[menu]
|
||||
[[menu.main]]
|
||||
identifier = "home"
|
||||
name = "Home"
|
||||
title = "home"
|
||||
weight = "10"
|
||||
url = "/"
|
Reference in a new issue