You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
473 B
TOML

base_url = "https://tp.0x45.cz"
compile_sass = false
highlight_code = true
build_search_index = false
title = "tp.0x45.cz"
description = ""
default_language = "en"
taxonomies = [
{name = "categories"},
{name = "tags"}
]
[extra]
nav = [
{title = "Index", path = "/"},
{title = "About", path = "/about/"},
{title = "All posts", path = "/posts/"},
{title = "Machines", path = "/machines/"}
]
categories_title = "Categories"
tags_title = "Tags"
latest_posts_count = 4