diff options
| author | Hunter Kvalevog <hunter@kvog.sh> | 2025-09-11 21:12:26 -0500 |
|---|---|---|
| committer | Hunter Kvalevog <hunter@kvog.sh> | 2025-09-11 21:12:26 -0500 |
| commit | 039a2f2755e0115b0339fea56d97fd90c4bbc951 (patch) | |
| tree | f9c410ca8d06efeec9d2db16d3c7f34b9c1d3b28 /themes/hugo-xmin/theme.toml | |
Diffstat (limited to 'themes/hugo-xmin/theme.toml')
| -rw-r--r-- | themes/hugo-xmin/theme.toml | 13 |
1 files changed, 13 insertions, 0 deletions
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" |