config.toml (view raw)
1# The URL the site will be built for
2base_url = "https://tilde.team/~birabittoh/"
3title = "BiRabittoh"
4description = "test"
5default_language = "en"
6minify_html = true
7generate_feed = true
8compile_sass = false
9build_search_index = false
10taxonomies = [
11 { name = "tags" },
12]
13theme = "anemone"
14
15[markdown]
16render_emoji = true
17external_links_target_blank = true
18smart_punctuation = true
19highlight_code = true
20#highlight_theme = "gruvbox-dark"
21
22[extra]
23author = "Marco Andronaco"
24header_nav = [
25 { name = "/home/", url = "/" },
26 { name = "/about/", url = "/about" },
27 { name = "/journal/", url = "/journal" },
28 { name = "/blog/", url = "/blog" },
29]