-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
49 lines (38 loc) · 1.03 KB
/
config.toml
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
base_url = "https://ericscouten.travel"
title = "Eric Scouten :: Travel"
description = "In which I share notes from my travels."
default_language = "en"
theme = "zola-es-theme"
compile_sass = true
build_search_index = true
generate_feeds = true
feed_filenames = ["rss.xml"]
[search]
index_format = "elasticlunr_json"
[markdown]
highlight_code = false
smart_punctuation = true
[extra]
mastodon_site_account = "@[email protected]"
mastodon_site_url = "https://ericscouten.social/@travel"
credits = "by @[email protected]"
hashtags = "#travel #photography"
endmark = true
es_site = "travel"
map_clustering = false
is_dark = true
fathom_site_id = "FOORZJBV"
hyvor_site_id = 9789
comments_enabled_default = true
section_reverse_default = true
[[taxonomies]]
name = "country"
[[taxonomies]]
name = "state"
# I really wish taxonomies could have titles independent of their names!
[extra.taxonomies.country]
title = "Countries I’ve Visited"
sort = "date"
[extra.taxonomies.state]
title = "US States and Territories"
sort = "date"