# The URL the site will be built for base_url = "https://squi.dev" # Whether to automatically compile all Sass files in the sass directory compile_sass = true # Whether to build a search index to be used later on by a JavaScript library build_search_index = true theme = "zola-bearblog" taxonomies = [ { name = "categories", feed = true }, { name = "tags", feed = true }, ] [translations] no_posts = "No posts yet" remove_filter = "Remove filter" filtering_for = "Filtering for" made_with = "Made with" table_of_contents = "Table of contents" language = "language" site = "site" [markdown] render_emoji = true smart_punctuation = true definition_list = true bottom_footnotes = true github_alerts = true insert_anchor_links = "left" [markdown.highlighting] theme = "catppuccin-mocha" [extra] # Put all your custom variables here date_format = "%d-%m-%Y" [extra.table_of_contents] show = true max_level = 2 visible_on_load = true [[extra.main_menu]] name = "Home" url = "@/_index.md" [[extra.main_menu]] name = "Writing" url = "@/book/_index.md" [[extra.main_menu]] name = "Wadoodles" url = "@/doodle/_index.md"