From d261aa128da2af4dbb09d69d9cde191dd474f354 Mon Sep 17 00:00:00 2001 From: dsrkafuu Date: Wed, 9 Mar 2022 15:06:16 +0800 Subject: fix: theme metadata --- theme.toml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'theme.toml') diff --git a/theme.toml b/theme.toml index e15f0ef..af33cf3 100644 --- a/theme.toml +++ b/theme.toml @@ -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/" -- cgit v1.2.3