This repository has been archived on 2025-05-12. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
hack13-blog/config.toml
2021-08-29 18:03:55 -04:00

19 lines
No EOL
349 B
TOML

baseURL = "https://hack13.me"
languageCode = "en-us"
title = "Hack13 Site"
theme = "hacksite"
sectionPagesMenu = "main"
[menu]
[[menu.main]]
identifier = "home"
name = "Home"
title = "home"
weight = "10"
url = "/"
[[menu.main]]
identifier = "posts"
name = "Blog"
title = "posts"
weight = "20"
url = "/posts/"