18 lines
387 B
TOML
18 lines
387 B
TOML
title = "michael's blog"
|
|
base_url = "https://iptq.io"
|
|
|
|
compile_sass = true
|
|
highlight_code = true
|
|
generate_rss = true
|
|
|
|
taxonomies = [
|
|
{ name = "tags", rss = true }
|
|
]
|
|
|
|
[extra]
|
|
nav_links = [
|
|
{ url = "/", text = "home" },
|
|
{ url = "/pages/about", text = "about" },
|
|
{ url = "/pages", text = "all pages" },
|
|
{ url = "https://git.iptq.io/michael", text = "projects »" },
|
|
]
|