https://ortem.xyz website source code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

52 lines
1.3 KiB

# The URL the site will be built for
base_url = "https://ortem.xyz"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
theme = "terminimal"
# Whether to build a search index to be used later on by a JavaScript library
build_search_index = true
taxonomies = [
{name = "tags"},
]
[markdown]
# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
highlight_code = true
highlight_theme = "kronuz"
[extra]
accent_color = "red"
background_color = "dark"
logo_text = "Ortem's kennel"
#author = "Artёm Sidorenko"
copyright_html = "© 2022 Artёm Sidorenko<br>fuck copyrights btw"
menu_items = [
{name = "blog", url = "$BASE_URL/blog"},
{name = "about me", url = "$BASE_URL/about"},
# set newtab to true to make the link open in new tab
#{name = "github", url = "https://github.com/plazmoid", newtab = true},
{name = "projects", url = "$BASE_URL/projects"},
{name = "links", url = "$BASE_URL/links"},
{name = "tags", url = "$BASE_URL/tags"},
# just a placeholder to satisfy zola
{name = "", url = "$BASE_URL/"},
]
[languages.ru]
taxonomies = [
{name = "теги"},
]
[languages.ru.translations]
logo_text = "Ортёмья конура"