all repos — website @ 6385a5f78ce2ad7409811927b10fc2b62e427643

My website

Extract theme from templates

Alan Pearce
commit

6385a5f78ce2ad7409811927b10fc2b62e427643

parent

78096da0f478a0b11b77f365cedc855e7c680e14

M config.tomlconfig.toml
@@ -9,6 +9,8 @@
highlight_code = true highlight_theme = "ascetic-white" +theme = "xmin" + [[taxonomies]] name = "tags" feed = true
A themes/xmin/theme.toml
@@ -0,0 +1,12 @@
+name = "xmin" +description = "XMin is a Hugo theme written by Yihui Xie in about four hours" +license = "MIT" + +[author] +name = "Alan Pearce" +homepage = "https://www.alanpearce.eu" + +[original] +author = "yihui" +homepage = "https://yihui.org" +repo = "https://github.com/yihui/hugo-xmin"