about summary refs log tree commit diff stats
path: root/config.toml
blob: e24f77a40d32aa26731eb5925af3b4054c4186d6 (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
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 = "…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/"

[Params.author.urls]
Twitter = "https://twitter.com/alanpearceuk"
Github = "https://github.com/alanpearce"
LinkedIn = "http://uk.linkedin.com/in/alanpearceuk/"