-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
69 lines (53 loc) · 1.22 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
base_url = "https://mhsive.com"
title = "mhs"
description = "missives on building software. meanderings interspersed."
default_language = "en"
# Base
author = "mhs"
compile_sass = true
build_search_index = false
# RSS
generate_feeds = true
taxonomies = [{ name = "tags", rss = true }]
# Theme
theme = "makita"
[markdown]
highlight_code = true
external_links_target_blank = true
external_links_no_follow = false
external_links_no_referrer = false
[extra]
comment = false
math = false
mermaid = false
# The profile on home page.
[extra.profile]
name = "Matt Sutton"
bio = "Product builder. Whiskey drinker. Both at the same time."
avatar_url = "images/oranger.webp"
[[extra.profile.social]]
name = "github"
url = "https://github.com/mhsdef"
[[extra.profile.social]]
name = "codeberg"
url = "https://codeberg.org/mhs"
[[extra.profile.social]]
name = "mastodon"
url = "https://mastodon.social/@mhs"
[[extra.profile.social]]
name = "bluesky"
url = "https://bsky.app/profile/mhsdef.com"
[[extra.profile.social]]
name = "rss"
url = "$BASE_URL/atom.xml"
[[extra.menu]]
name = "about"
url = "$BASE_URL/about"
[[extra.menu]]
name = "archive"
url = "$BASE_URL/archive"
[[extra.menu]]
name = "tags"
url = "$BASE_URL/tags"
[extra.footer]
since = 2010