-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathconfig.toml
34 lines (28 loc) · 937 Bytes
/
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
# This is an example file to help you get started.
# This also lets you run `zola serve` just in the themes directory
# for easier development.
# The URL the site will be built for
base_url = "https://feather.doomy.org/"
title = "feather theme"
# Whether to automatically compile all Sass files in the sass directory
compile_sass = true
taxonomies = [{ name = "tags", feed = true }]
generate_feeds = true
[markdown]
highlight_code = true
highlight_theme = "css"
highlight_themes_css = [
{ theme = "ayu-dark", filename = "syntax-theme-dark.css" },
{ theme = "ayu-light", filename = "syntax-theme-light.css" },
]
[extra]
[extra.feather]
# theme = "light"
# hide_nav_image = false
# opengraph = { image = "" }
# disqus_id = ""
# cusdis_id = ""
# social = { url = "https://mastodon.social/@doomy", display = "@[email protected]" }
# timezone = "America/New_York"
# [extra.feather.analytics]
# goatcounter_id = "doomy-org"