about summary refs log tree commit diff stats
path: root/config.toml
blob: dfa1ca66eea32f31bbe14e3998a22c247897b538 (plain)
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
default_language = "en-GB"
base_url = "https://alanpearce.eu"

# this stops the directory being removed on each build. wat
preserve_dotfiles_in_output = true

title = "Alan Pearce"
description = "Developer, Emacs User"

generate_feed = true

theme = "bear"

[markdown]
highlight_code = true
highlight_theme = "idle"

[[taxonomies]]
name = "tags"
feed = true

[extra]
gpg_fingerprint = "48E6 576C 0707 388C B8BE FD0C CD4B EB92 A8D4 6583"
gpg_url = "/public_key.asc"
author_name = "Alan Pearce"
author_image = "/img/me-thumb.jpg"
hide_made_with_line = true
date_format = "%F"

[[extra.main_menu]]
    name = "Posts"
    url = "/post/"
[[extra.main_menu]]
    name = "Tags"
    url = "/tags/"
[[extra.main_menu]]
    name = "Repositories"
    url = "https://git.alanpearce.eu"

[[extra.contact_menu]]
    name = "alan@alanpearce.eu"
    url = "mailto:alan@alanpearce.eu"
    weight = 1
[[extra.contact_menu]]
    name = "Codeberg"
    url = "https://codeberg.org/alanpearce"
[[extra.contact_menu]]
    name = "GitHub"
    url = "https://github.com/alanpearce"
[[extra.contact_menu]]
    name = "Mastodon"
    url = "https://ieji.de/@alanpearce"