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

title = "Alan Pearce"
description = "Developer, Emacs User"
[markdown]
highlight_code = true
highlight_theme = "idle"

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

[[extra.menu.main]]
    name = "Home"
    url = "/"
    weight = 1
[[extra.menu.main]]
    name = "Posts"
    url = "/post/"
[[extra.menu.main]]
    name = "Tags"
    url = "/tags/"
[[extra.menu.main]]
    name = "Repositories"
    url = "https://git.alanpearce.eu"

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