summary refs log tree commit diff stats
path: root/config.toml
blob: c145202af1d65ac19b369aa3f64125926108be44 (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
baseurl = "/"
languageCode = "en-gb"
title = "Alan Pearce"
theme = "hyde"
pygmentsUseClasses = true
pygmentsCodeFences = true

[Params]
Description = "Developer, Emacser"
themeColor = "theme-base-0b"
layoutReverse = true
copyright = "Licensed under a Creative Commons Attribution 4.0 International License."

[Params.GPG]
fingerprint = "B9E4 E797 2F41 CD50 0FB9 CD05 AE86 25A6 3F6F 8FD5"
url = "/public_key.asc"

[author]
    name = "Alan Pearce"

[[menu.main]]
    name = "Posts"
    URL = "/post/"
[[menu.main]]
    name = "Repositories"
    URL = "https://git.alanpearce.eu"

[[menu.contact]]
    name = "alan@alanpearce.eu"
    URL = "mailto:alan@alanpearce.eu"
    weight = 1
[[menu.contact]]
    name = "GitHub"
    URL = "https://github.com/alanpearce"