From 039a2f2755e0115b0339fea56d97fd90c4bbc951 Mon Sep 17 00:00:00 2001 From: Hunter Kvalevog Date: Thu, 11 Sep 2025 21:12:26 -0500 Subject: --- themes/hugo-xmin/theme.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 themes/hugo-xmin/theme.toml (limited to 'themes/hugo-xmin/theme.toml') diff --git a/themes/hugo-xmin/theme.toml b/themes/hugo-xmin/theme.toml new file mode 100644 index 0000000..bb3c8ac --- /dev/null +++ b/themes/hugo-xmin/theme.toml @@ -0,0 +1,13 @@ +name = "XMin" +license = "MIT" +licenselink = "https://github.com/yihui/hugo-xmin/blob/master/LICENSE.md" +description = "eXtremely Minimal Hugo theme: about 150 lines of code in total, including HTML and CSS" +homepage = "https://xmin.yihui.org" +demosite = "https://xmin.yihui.org" +tags = ["minimal", "blog", "personal", "clean", "simple", "starter", "minimalist"] +features = ["blog"] +min_version = "0.18" + +[author] + name = "Yihui Xie" + homepage = "https://yihui.org" -- cgit v1.2.3