diff options
author | Alan Pearce | 2018-06-17 19:40:34 +0200 |
---|---|---|
committer | Alan Pearce | 2025-03-16 00:11:22 +0100 |
commit | 3a1d9bcbfc8f05f3dee57fed8c22eae6a293448b (patch) | |
tree | 5abd07a1c3581a217c5ec0bb78d1a531e084b680 /config.toml | |
parent | f9567068c0871a2ca8aea3941cf33b386476a5d1 (diff) | |
download | website-3a1d9bcbfc8f05f3dee57fed8c22eae6a293448b.tar.lz website-3a1d9bcbfc8f05f3dee57fed8c22eae6a293448b.tar.zst website-3a1d9bcbfc8f05f3dee57fed8c22eae6a293448b.zip |
Update hyde
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/config.toml b/config.toml index 8af9cfa..c145202 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" @@ -19,9 +19,6 @@ url = "/public_key.asc" name = "Alan Pearce" [[menu.main]] - name = "Home" - URL = "/" -[[menu.main]] name = "Posts" URL = "/post/" [[menu.main]] |