kayomn.net/config.toml

18 lines
274 B
TOML
Raw Normal View History

2023-08-22 00:29:52 +02:00
# The URL the site will be built for
base_url = "https://kayomn.net"
taxonomies = [
{name = "programming", feed = true},
{name = "technologies", feed = true},
]
# Features
compile_sass = false
build_search_index = false
[markdown]
highlight_code = true
[extra]