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.
53 lines
1.1 KiB
TOML
53 lines
1.1 KiB
TOML
base_url = "https://bukova.info"
|
|
theme = "zola.386"
|
|
|
|
default_language = "cz"
|
|
title = "bukova.info"
|
|
description = "Personal blog."
|
|
|
|
highlight_code = true
|
|
compile_sass = true
|
|
generate_rss = true
|
|
build_search_index = false
|
|
|
|
taxonomies = [
|
|
{name="categories", rss=true},
|
|
{name="tags", rss=true},
|
|
]
|
|
|
|
|
|
[extra]
|
|
author = "Josef Rokos"
|
|
year = "2021"
|
|
|
|
keywords = "programing, rust, cpp"
|
|
theme_color = "#000084"
|
|
zola386_menu = [
|
|
{path="", name="Home"},
|
|
{path="categories", name="Kategorie"},
|
|
# {path="tags", name="Tags"},
|
|
{path="about", name="O webu"},
|
|
]
|
|
|
|
### THIRD PARTY
|
|
# google_analytics = "UA-012345-67"
|
|
# disqus = "disqus-user"
|
|
|
|
### SOCIAL MEDIA
|
|
#image = "https://raw.githubusercontent.com/lopes/zola.386/master/screenshot.png"
|
|
#twitter_user = "lopesoj"
|
|
#linkedin_user = "jlopesjr"
|
|
github_user = "PepaRokos"
|
|
# gitlab_user = ""
|
|
|
|
### I18N WORDS
|
|
label_tags = "Tagy"
|
|
label_tag = "Tag"
|
|
label_categories = "Kategorie"
|
|
label_category = "Kategorie"
|
|
label_author = "Autor"
|
|
label_date = "Datum"
|
|
label_taxonomy = "Zařazení"
|
|
label_reading = "Čas čtení"
|
|
label_read_more = "Více"
|