diff options
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 13 |
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 @@ languageCode = "en-GB" baseurl = "https://www.alanpearce.eu" title = "Alan Pearce" -theme = "hyde" +theme = "xmin" pygmentsUseClasses = true pygmentsCodeFences = true +[permalinks] + post = "/post/:slug" + [Params] Description = "Developer, Emacser" -themeColor = "theme-base-0b" -layoutReverse = true -copyright = "Licensed under a Creative Commons Attribution 4.0 International License." +footer = "Licensed under a <a rel=\"license\" href=\"http://creativecommons.org/licenses/by/4.0/\">Creative Commons Attribution 4.0 International License</a>." [Params.GPG] fingerprint = "48E6 576C 0707 388C B8BE FD0C CD4B EB92 A8D4 6583" @@ -20,6 +21,10 @@ url = "/public_key.asc" image = "/img/me-thumb.jpg" [[menu.main]] + name = "Home" + url = "/" + weight = 1 +[[menu.main]] name = "Posts" URL = "/post/" [[menu.main]] |