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.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/config.toml b/config.toml index 43ab763..3450dc2 100644 --- a/config.toml +++ b/config.toml
@@ -4,12 +4,12 @@ title = "Alan Pearce"
4theme = "hyde" 4theme = "hyde"
5pygmentsUseClasses = true 5pygmentsUseClasses = true
6pygmentsCodeFences = true 6pygmentsCodeFences = true
7copyright = "Licensed under a Creative Commons Attribution 4.0 International License."
8 7
9[Params] 8[Params]
10Description = "Developer, Emacser" 9Description = "Developer, Emacser"
11themeColor = "theme-base-0b" 10themeColor = "theme-base-0b"
12layoutReverse = true 11layoutReverse = true
12copyright = "Licensed under a Creative Commons Attribution 4.0 International License."
13 13
14[Params.GPG] 14[Params.GPG]
15fingerprint = "B9E4 E797 2F41 CD50 0FB9 CD05 AE86 25A6 3F6F 8FD5" 15fingerprint = "B9E4 E797 2F41 CD50 0FB9 CD05 AE86 25A6 3F6F 8FD5"
@@ -20,9 +20,6 @@ url = "/public_key.asc"
20 image = "/img/me-thumb.jpg" 20 image = "/img/me-thumb.jpg"
21 21
22[[menu.main]] 22[[menu.main]]
23 name = "Home"
24 URL = "/"
25[[menu.main]]
26 name = "Posts" 23 name = "Posts"
27 URL = "/post/" 24 URL = "/post/"
28[[menu.main]] 25[[menu.main]]