diff options
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 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]] |