blog/config.toml

13 lines
256 B
TOML
Raw Normal View History

2018-08-29 22:36:07 +00:00
title = "michael's blog"
2018-08-09 06:53:47 +00:00
base_url = "https://mzhang.me"
compile_sass = true
highlight_code = true
generate_rss = true
[extra]
nav_links = [
{ url = "/pages/about", text = "about" },
2018-10-26 08:03:01 +00:00
{ url = "https://git.mzhang.me/michael", text = "projects" },
2018-08-09 06:53:47 +00:00
]