all repos — birabittoh.github.io @ e11e212760e428a637a03ae4ace53cb0ad89dc58

My current website, built with Zola.

config.toml (view raw)

 1# The URL the site will be built for
 2base_url = "https://birabittoh.github.io/"
 3description = "Tech and privacy ramblings from a random italian dude."
 4title = "BiRabittoh"
 5author = "BiRabittoh"
 6default_language = "en"
 7minify_html = true
 8generate_feed = true
 9compile_sass = false
10build_search_index = false
11taxonomies = [
12  { name = "tags", feed = true },
13]
14theme = "anemone"
15
16[markdown]
17render_emoji = true
18external_links_target_blank = true
19smart_punctuation = true
20highlight_code = false
21#highlight_theme = "gruvbox-dark"
22
23[extra]
24header_nav = [
25  { name = "/home/", url = "/" },
26  { name = "/about/", url = "/about" },
27  { name = "/journal/", url = "/journal" },
28  { name = "/blog/", url = "/blog" },
29]
30default_theme = "dark" # default: 'light'