summary refs log tree commit diff stats
path: root/config.toml
blob: 3c34d2d653820b997d1193e96d00374af44d5212 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# The URL the site will be built for
base_url = "https://tilde.team/~birabittoh/"
title = "BiRabittoh"
description = "test"
default_language = "en"
minify_html = true
generate_feed = true
compile_sass = false
build_search_index = false
taxonomies = [
  { name = "tags" },
]
theme = "anemone"

[markdown]
render_emoji = true
external_links_target_blank = true
smart_punctuation = true
highlight_code = true
#highlight_theme = "gruvbox-dark"

[extra]
author = "Marco Andronaco"
header_nav = [
  { name = "/home/", url = "/" },
  { name = "/about/", url = "/about" },
  { name = "/journal/", url = "/journal" },
  { name = "/blog/", url = "/blog" },
]