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.
 
 
 

62 lines
1.7 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 = false
default_language = "ru"
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]
# One of: blue, green, orange, pink, red.
# Defaults to blue.
# Append -light for light themes, e.g. blue-light
# Or append -auto, e.g. blue-auto
accent_color = "blue"
# One of: blue, dark, green, orange, pink, red, light, auto
# Enabling dark background will also modify primary font color to be darker.
# Defaults to accent color (or, if not accent color specified, to blue).
background_color = "red"
logo_text = "Конура Ортёма"
logo_home_link = "/home"
#author = "Artёm Sidorenko"
copyright_html = "Artёm Sidorenko 🄯 2023-2022<br>fuck copyrights btw"
menu_items = [
{name = "блог", url = "$BASE_URL/blog"},
{name = "обо мне", 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 = "проекты", url = "$BASE_URL/projects"},
{name = "ссылки", url = "$BASE_URL/links"},
{name = "теги", url = "$BASE_URL/tags"},
# just a placeholder to satisfy zola
{name = "", url = "$BASE_URL/"},
]
[languages.en]
taxonomies = [
{name = "tags"},
]
[languages.en.translations]
logo_text = "Ortem's kennel"