diff options
author | amzrk2 | 2020-04-13 19:13:39 +0800 |
---|---|---|
committer | amzrk2 | 2020-04-13 19:13:39 +0800 |
commit | 6bdd1c4c0ea567c45fdecb1e858a99ee5da246ad (patch) | |
tree | b13e4c3a49823b602ebb918c899dd4a964c1f445 /theme.toml | |
download | hugo-theme-fuji-6bdd1c4c0ea567c45fdecb1e858a99ee5da246ad.tar.gz hugo-theme-fuji-6bdd1c4c0ea567c45fdecb1e858a99ee5da246ad.tar.bz2 hugo-theme-fuji-6bdd1c4c0ea567c45fdecb1e858a99ee5da246ad.zip |
Initial commit
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/" |