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.
22 lines
364 B
TOML
22 lines
364 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/"}
|
|
]
|
|
categories_title = "Categories"
|
|
tags_title = "Tags"
|