# 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
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/"}, ]