diff options
author | dsrkafuu | 2022-03-09 15:06:16 +0800 |
---|---|---|
committer | dsrkafuu | 2022-03-09 15:06:16 +0800 |
commit | d261aa128da2af4dbb09d69d9cde191dd474f354 (patch) | |
tree | 86f9fd141aca5ba4c6c06806239be96010a63fe2 /theme.toml | |
parent | f2c7a4d45870e37c5be01eaa2b7c505f68aa5760 (diff) | |
download | hugo-theme-fuji-d261aa128da2af4dbb09d69d9cde191dd474f354.tar.gz hugo-theme-fuji-d261aa128da2af4dbb09d69d9cde191dd474f354.tar.bz2 hugo-theme-fuji-d261aa128da2af4dbb09d69d9cde191dd474f354.zip |
fix: theme metadata
Diffstat (limited to 'theme.toml')
-rw-r--r-- | theme.toml | 11 |
1 files changed, 5 insertions, 6 deletions
@@ -1,15 +1,14 @@ -# theme.toml template for a Hugo theme -# See https://github.com/gohugoio/hugoThemes#themetoml for an example +# https://github.com/gohugoio/hugoThemesSiteBuilder#theme-configuration name = "Fuji" license = "Apache-2.0" licenselink = "https://github.com/dsrkafuu/hugo-theme-fuji/blob/master/LICENSE" -description = "A minimal Hugo theme with nice theme color." +description = "A minimal Hugo theme." homepage = "https://github.com/dsrkafuu/hugo-theme-fuji/" +demosite = "https://github.dsrkafuu.net/hugo-theme-fuji/" tags = ["blog", "minimal", "responsive", "dark mode"] features = ["blog", "minimal", "responsive", "dark mode"] -min_version = "0.74.0" [author] - name = "DSRKafuU" - homepage = "https://dsrkafuu.su/" +name = "DSRKafuU" +homepage = "https://dsrkafuu.net/" |