blog/config.toml

23 lines
515 B
TOML
Raw Normal View History

2018-08-29 22:36:07 +00:00
title = "michael's blog"
2019-05-06 10:06:23 +00:00
base_url = "https://iptq.io"
2018-08-09 06:53:47 +00:00
compile_sass = true
highlight_code = true
generate_rss = true
2019-03-28 00:44:39 +00:00
taxonomies = [
{ name = "tags", rss = true }
]
2020-02-12 03:51:19 +00:00
[external_renderers]
dot = "set -e; echo -n '<p class=\"graphviz\">'; dot -Tsvg | tail -n +4; echo '</p>'"
2018-08-09 06:53:47 +00:00
[extra]
nav_links = [
2019-06-19 04:28:35 +00:00
{ url = "/", text = "home" },
2018-08-09 06:53:47 +00:00
{ url = "/pages/about", text = "about" },
2020-05-05 04:38:36 +00:00
{ url = "/pages/projects", text = "projects" },
{ url = "/setup", text = "setup" },
2019-03-05 00:16:20 +00:00
{ url = "/pages", text = "all pages" },
2018-08-09 06:53:47 +00:00
]