-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.toml
42 lines (35 loc) · 988 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
35
36
37
38
39
40
41
42
title = "Hoverbear"
description = "A computer scientist working in open source towards a more hopeful future."
default_language = "en"
base_url = "https://hoverbear.org"
generate_feeds = true
feed_filenames = ["rss.xml"]
compile_sass = true
build_search_index = true
taxonomies = [
{ name = "tags", feed = true },
]
ignored_content = [ "*/target/debug/*", "*/target/release/*" ]
[markdown]
highlight_code = true
highlight_theme = "css"
# highlight_themes_css = [
# { theme = "nyx-bold", filename = "syntax-highlighting.css" },
# ]
external_links_target_blank = true
[extra]
author = "Ana Hobden"
github = "hoverbear"
bluesky = "hoverbear.org"
twitter = "a_hoverbear"
mastodon = "@[email protected]"
mastodon_link = "https://hachyderm.io/@ana"
email = "[email protected]"
[extra.cover]
path = "cover.jpg"
photographer = "Kobi Li"
source = "https://unsplash.com/photos/-N0cgDSF_MI"
[extra.logo]
path = "logo.svg"
artist = "Lisa Dentz"
source = "https://www.lisadentz.com/"