Switch to xmin theme
Alan Pearce alan@alanpearce.eu
Tue, 07 Jan 2020 18:17:46 +0100
2 files changed, 12 insertions(+), 4 deletions(-)
jump to
M .gitmodules → .gitmodules
@@ -1,3 +1,6 @@ [submodule "themes/hyde"] path = themes/hyde url = https://git.alanpearce.eu/hyde +[submodule "themes/xmin"] + path = themes/xmin + url = https://git.alanpearce.eu/hugo-xmin
M config.toml → 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" @@ -19,6 +20,10 @@ [author] name = "Alan Pearce" image = "/img/me-thumb.jpg" +[[menu.main]] + name = "Home" + url = "/" + weight = 1 [[menu.main]] name = "Posts" URL = "/post/"