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
|
|
|
|
|
2019-03-28 00:44:39 +00:00
|
|
|
taxonomies = [
|
|
|
|
{ name = "tags", rss = true }
|
|
|
|
]
|
|
|
|
|
2018-08-09 06:53:47 +00:00
|
|
|
[extra]
|
|
|
|
nav_links = [
|
|
|
|
{ url = "/pages/about", text = "about" },
|
2019-03-05 00:16:20 +00:00
|
|
|
{ url = "/pages", text = "all pages" },
|
2018-10-26 08:03:01 +00:00
|
|
|
{ url = "https://git.mzhang.me/michael", text = "projects" },
|
2018-08-09 06:53:47 +00:00
|
|
|
]
|