Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/amzrk2/hugo-theme-fuji.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordsrkafuu <dsrkafuu@outlook.com>2022-03-09 10:06:16 +0300
committerdsrkafuu <dsrkafuu@outlook.com>2022-03-09 10:06:16 +0300
commitd261aa128da2af4dbb09d69d9cde191dd474f354 (patch)
tree86f9fd141aca5ba4c6c06806239be96010a63fe2
parentf2c7a4d45870e37c5be01eaa2b7c505f68aa5760 (diff)
fix: theme metadata
-rw-r--r--config.toml4
-rw-r--r--package.json2
-rw-r--r--theme.toml11
3 files changed, 10 insertions, 7 deletions
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..25d827c
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,4 @@
+[module]
+[module.hugoVersion]
+extended = true
+min = "0.90.0"
diff --git a/package.json b/package.json
index 92d75dc..459db8d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "hugo-theme-fuji",
- "version": "2.8.0",
+ "version": "2.8.1",
"description": "A minimal Hugo theme with nice theme color. | 一个主题色极简 Hugo 主题。",
"repository": {
"type": "git",
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/"