20 lines
No EOL
467 B
TOML
20 lines
No EOL
467 B
TOML
baseURL = "https://www.hack13.blog"
|
|
languageCode = "en-us"
|
|
title = "Hack13 Blog"
|
|
theme = "hacksite"
|
|
sectionPagesMenu = "main"
|
|
copyright = 'This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.'
|
|
|
|
[menu]
|
|
[[menu.main]]
|
|
identifier = "home"
|
|
name = "Home"
|
|
title = "home"
|
|
weight = "10"
|
|
url = "/"
|
|
[[menu.main]]
|
|
identifier = "posts"
|
|
name = "Posts"
|
|
title = "posts"
|
|
weight = "15"
|
|
url = "/posts/" |