diff options
Diffstat (limited to 'theme.toml')
-rw-r--r-- | theme.toml | 15 |
1 files changed, 15 insertions, 0 deletions
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/" |