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

[Params]
Description = "…now has a website"
themeColor = "theme-base-0b"
layoutReverse = true

[author]
    name = "Alan Pearce"

[[menu.main]]
    name = "Home"
    URL = "/"
[[menu.main]]
    name = "Posts"
    URL = "/post/"

[[menu.contact]]
    name = "alan@alanpearce.uk"
    URL = "mailto:alan@alanpearce.uk"
    isEmail = true
    weight = 1
[[menu.contact]]
    name = "GitHub"
    URL = "https://github.com/alanpearce"
[[menu.contact]]
    name = "Twitter"
    URL = "https://twitter.com/alanpearceuk"