blog/config.toml

19 lines
379 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 }
]
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" },
2019-03-05 00:16:20 +00:00
{ url = "/pages", text = "all pages" },
2019-05-06 10:06:23 +00:00
{ url = "https://git.iptq.io/michael", text = "projects" },
2018-08-09 06:53:47 +00:00
]