blog/config.toml

18 lines
349 B
TOML

title = "michael's blog"
base_url = "https://mzhang.me"
compile_sass = true
highlight_code = true
generate_rss = true
taxonomies = [
{ name = "tags", rss = true }
]
[extra]
nav_links = [
{ url = "/pages/about", text = "about" },
{ url = "/pages", text = "all pages" },
{ url = "https://git.mzhang.me/michael", text = "projects" },
]