about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2020-01-07 18:17:46 +0100
committerAlan Pearce2020-01-07 18:17:46 +0100
commita8c6cfc8f64d210c61d6da514efc9cd6b73ec2da (patch)
tree593a2b607b68fad2fd2c334dea75daf136024867
parent397d32f7eae7a1073f2d704609c888cdc260eba8 (diff)
downloadwebsite-a8c6cfc8f64d210c61d6da514efc9cd6b73ec2da.tar.lz
website-a8c6cfc8f64d210c61d6da514efc9cd6b73ec2da.tar.zst
website-a8c6cfc8f64d210c61d6da514efc9cd6b73ec2da.zip
Switch to xmin theme
-rw-r--r--.gitmodules3
-rw-r--r--config.toml13
m---------themes/xmin0
3 files changed, 12 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules index 1bc9305..299af8a 100644 --- a/.gitmodules +++ b/.gitmodules
@@ -1,3 +1,6 @@
1[submodule "themes/hyde"] 1[submodule "themes/hyde"]
2 path = themes/hyde 2 path = themes/hyde
3 url = https://git.alanpearce.eu/hyde 3 url = https://git.alanpearce.eu/hyde
4[submodule "themes/xmin"]
5 path = themes/xmin
6 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 @@
1languageCode = "en-GB" 1languageCode = "en-GB"
2baseurl = "https://www.alanpearce.eu" 2baseurl = "https://www.alanpearce.eu"
3title = "Alan Pearce" 3title = "Alan Pearce"
4theme = "hyde" 4theme = "xmin"
5pygmentsUseClasses = true 5pygmentsUseClasses = true
6pygmentsCodeFences = true 6pygmentsCodeFences = true
7 7
8[permalinks]
9 post = "/post/:slug"
10
8[Params] 11[Params]
9Description = "Developer, Emacser" 12Description = "Developer, Emacser"
10themeColor = "theme-base-0b" 13footer = "Licensed under a <a rel=\"license\" href=\"http://creativecommons.org/licenses/by/4.0/\">Creative Commons Attribution 4.0 International License</a>."
11layoutReverse = true
12copyright = "Licensed under a Creative Commons Attribution 4.0 International License."
13 14
14[Params.GPG] 15[Params.GPG]
15fingerprint = "48E6 576C 0707 388C B8BE FD0C CD4B EB92 A8D4 6583" 16fingerprint = "48E6 576C 0707 388C B8BE FD0C CD4B EB92 A8D4 6583"
@@ -20,6 +21,10 @@ url = "/public_key.asc"
20 image = "/img/me-thumb.jpg" 21 image = "/img/me-thumb.jpg"
21 22
22[[menu.main]] 23[[menu.main]]
24 name = "Home"
25 url = "/"
26 weight = 1
27[[menu.main]]
23 name = "Posts" 28 name = "Posts"
24 URL = "/post/" 29 URL = "/post/"
25[[menu.main]] 30[[menu.main]]
diff --git a/themes/xmin b/themes/xmin new file mode 160000
Subproject aa6eb5a51f3bdbc4e7c621d2a36701ef57ce014