From 6bdd1c4c0ea567c45fdecb1e858a99ee5da246ad Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Mon, 13 Apr 2020 19:13:39 +0800 Subject: Initial commit --- theme.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 theme.toml (limited to 'theme.toml') diff --git a/theme.toml b/theme.toml new file mode 100644 index 0000000..28b1ca9 --- /dev/null +++ b/theme.toml @@ -0,0 +1,15 @@ +# theme.toml template for a Hugo theme +# See https://github.com/gohugoio/hugoThemes#themetoml for an example + +name = "Fuji" +license = "GPLv3" +licenselink = "https://github.com/amzrk2/hugo-theme-fuji/blob/master/LICENSE" +description = "A minimal Hugo theme inspired by Murasaki, powered by GitHub Primer CSS." +homepage = "https://github.com/amzrk2/hugo-theme-fuji/" +tags = ["blog", "minimal", "primer"] +features = ["responsive"] +min_version = "0.62.1" + +[author] + name = "DSRKafuu(amzrk2)" + homepage = "https://amzrk2.cc/" -- cgit v1.2.3