blog-legacy/config.toml

16 lines
326 B
TOML
Raw Normal View History

2021-03-25 15:56:52 -05:00
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"