blog-legacy/config.toml
2021-03-25 15:56:52 -05:00

16 lines
326 B
TOML

baseURL = "https://bbaovanc.com/blog/"
languageCode = "en-us"
title = "bbaovanc's blog"
theme = "bbaovanc"
sectionPagesMenu = "navigation"
[menu]
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
[[menu.main]]
identifier = "posts"
name = "Posts"
url = "/posts"