From a8c6cfc8f64d210c61d6da514efc9cd6b73ec2da Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 7 Jan 2020 18:17:46 +0100 Subject: Switch to xmin theme --- .gitmodules | 3 +++ config.toml | 13 +++++++++---- themes/xmin | 1 + 3 files changed, 13 insertions(+), 4 deletions(-) create mode 160000 themes/xmin diff --git a/.gitmodules b/.gitmodules index 1bc9305..299af8a 100644 --- a/.gitmodules +++ b/.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 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 Creative Commons Attribution 4.0 International License." [Params.GPG] fingerprint = "48E6 576C 0707 388C B8BE FD0C CD4B EB92 A8D4 6583" @@ -19,6 +20,10 @@ url = "/public_key.asc" name = "Alan Pearce" image = "/img/me-thumb.jpg" +[[menu.main]] + name = "Home" + url = "/" + weight = 1 [[menu.main]] name = "Posts" URL = "/post/" diff --git a/themes/xmin b/themes/xmin new file mode 160000 index 0000000..aa6eb5a --- /dev/null +++ b/themes/xmin @@ -0,0 +1 @@ +Subproject commit aa6eb5a51f3bdbc4e7c621d2a36701ef57ce0143 -- cgit 1.4.1