about summary refs log tree commit diff stats
path: root/config.toml
diff options
context:
space:
mode:
authorAlan Pearce2018-06-17 19:40:34 +0200
committerAlan Pearce2018-06-17 19:40:34 +0200
commit7ffe02d5070b979f7a99727f9a919bc5a2956038 (patch)
treeaa11f9c8ae96862c0bf4aa612d354688bbd639a8 /config.toml
parent5619a512a607df67ca5970494917e20471aab8c6 (diff)
downloadwebsite-7ffe02d5070b979f7a99727f9a919bc5a2956038.tar.lz
website-7ffe02d5070b979f7a99727f9a919bc5a2956038.tar.zst
website-7ffe02d5070b979f7a99727f9a919bc5a2956038.zip
Update hyde
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"
 theme = "hyde"
 pygmentsUseClasses = true
 pygmentsCodeFences = true
-copyright = "Licensed under a Creative Commons Attribution 4.0 International License."
 
 [Params]
 Description = "Developer, Emacser"
 themeColor = "theme-base-0b"
 layoutReverse = true
+copyright = "Licensed under a Creative Commons Attribution 4.0 International License."
 
 [Params.GPG]
 fingerprint = "B9E4 E797 2F41 CD50 0FB9 CD05 AE86 25A6 3F6F 8FD5"
@@ -20,9 +20,6 @@ url = "/public_key.asc"
     image = "/img/me-thumb.jpg"
 
 [[menu.main]]
-    name = "Home"
-    URL = "/"
-[[menu.main]]
     name = "Posts"
     URL = "/post/"
 [[menu.main]]