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.0 KiB
TOML
53 lines
1.0 KiB
TOML
base_url = "https://bukova.info"
|
|
theme = "zola.386"
|
|
|
|
default_language = "cs"
|
|
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="Categories"},
|
|
{path="tags", name="Tags"},
|
|
{path="about", name="About"},
|
|
]
|
|
|
|
### 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 = "lopes"
|
|
# gitlab_user = ""
|
|
|
|
### I18N WORDS
|
|
label_tags = "Tags"
|
|
label_tag = "Tag"
|
|
label_categories = "Categories"
|
|
label_category = "Category"
|
|
label_author = "Author"
|
|
label_date = "Date"
|
|
label_taxonomy = "Taxonomy"
|
|
label_reading = "Reading time"
|
|
label_read_more = "Read more"
|