about summary refs log tree commit diff stats
path: root/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml13
1 files changed, 9 insertions, 4 deletions
diff --git a/config.toml b/config.toml index 02f7f1d..de9e6a5 100644 --- a/config.toml +++ b/config.toml
@@ -1,15 +1,16 @@
1languageCode = "en-GB" 1languageCode = "en-GB"
2baseurl = "https://www.alanpearce.eu" 2baseurl = "https://www.alanpearce.eu"
3title = "Alan Pearce" 3title = "Alan Pearce"
4theme = "hyde" 4theme = "xmin"
5pygmentsUseClasses = true 5pygmentsUseClasses = true
6pygmentsCodeFences = true 6pygmentsCodeFences = true
7 7
8[permalinks]
9 post = "/post/:slug"
10
8[Params] 11[Params]
9Description = "Developer, Emacser" 12Description = "Developer, Emacser"
10themeColor = "theme-base-0b" 13footer = "Licensed under a <a rel=\"license\" href=\"http://creativecommons.org/licenses/by/4.0/\">Creative Commons Attribution 4.0 International License</a>."
11layoutReverse = true
12copyright = "Licensed under a Creative Commons Attribution 4.0 International License."
13 14
14[Params.GPG] 15[Params.GPG]
15fingerprint = "48E6 576C 0707 388C B8BE FD0C CD4B EB92 A8D4 6583" 16fingerprint = "48E6 576C 0707 388C B8BE FD0C CD4B EB92 A8D4 6583"
@@ -20,6 +21,10 @@ url = "/public_key.asc"
20 image = "/img/me-thumb.jpg" 21 image = "/img/me-thumb.jpg"
21 22
22[[menu.main]] 23[[menu.main]]
24 name = "Home"
25 url = "/"
26 weight = 1
27[[menu.main]]
23 name = "Posts" 28 name = "Posts"
24 URL = "/post/" 29 URL = "/post/"
25[[menu.main]] 30[[menu.main]]