16 lines
326 B
TOML
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"
|