Extract theme from templates
Alan Pearce alan@alanpearce.eu
Sun, 15 Nov 2020 13:14:37 +0100
11 files changed, 14 insertions(+), 0 deletions(-)
jump to
- config.toml
- themes/xmin/static/css/style.css
- themes/xmin/templates/base.html
- themes/xmin/templates/categories/list.html
- themes/xmin/templates/categories/single.html
- themes/xmin/templates/index.html
- themes/xmin/templates/page.html
- themes/xmin/templates/section.html
- themes/xmin/templates/tags/list.html
- themes/xmin/templates/tags/single.html
- themes/xmin/theme.toml
M config.toml → config.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"