about summary refs log tree commit diff stats
path: root/config.toml
blob: 09b6d5f2b7c2f4be6b7f185e7bcf516f2e26024c (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
languageCode = "en-gb"
baseurl = "https://alanpearce.uk"
title = "Alan Pearce"
theme = "hyde"
pygmentsuseclasses = true
copyright = "Licensed under a Creative Commons Attribution 4.0 International License."

[Params]
Description = "Developer, Emacser"
themeColor = "theme-base-0b"
layoutReverse = true

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

[author]
    name = "Alan Pearce"
    image = "/img/me-thumb.jpg"

[[menu.main]]
    name = "Home"
    URL = "/"
[[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 = "GitLab"
    URL = "https://gitlab.com/alanpearce"
[[menu.contact]]
    name = "Twitter"
    URL = "https://twitter.com/alanpearceuk"
[[menu.contact]]
    name = "Mastodon"
    URL = "https://mastodon.at/@alanpearce"
[[menu.contact]]
    name = "LinkedIn"
    URL = "https://uk.linkedin.com/in/alanpearceuk/"
[[menu.contact]]
    name = "StackOverflow Jobs"
    url = "http://stackoverflow.com/users/story/381895"