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
2023-09-16 11:26:42 -04:00

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/"