blog/config.toml
Michael Zhang cbc9897e54
update
2018-10-26 03:03:01 -05:00

12 lines
256 B
TOML

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