From 04b9cceed97ec8f3b91cf3280af7b6345bb349f9 Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Tue, 21 Feb 2023 14:02:58 +0800 Subject: [PATCH] :wrench: Chore: change default value for theme config.toml --- config.toml | 16 ++++++++-------- docs | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/config.toml b/config.toml index 72b8000c..efb31b12 100644 --- a/config.toml +++ b/config.toml @@ -60,7 +60,7 @@ # FixIt 0.2.15 | CHANGED FixIt theme version version = "0.2.X" # e.g. "0.2.X", "0.2.15", "v0.2.15" etc. # site description - description = "This is my new Hugo FixIt site" + description = "" # site keywords keywords = ["Hugo", "FixIt"] # site default theme ["light", "dark", "auto"] @@ -101,7 +101,7 @@ # FixIt 0.2.0 | NEW Search config [params.search] - enable = true + enable = false # type of search engine ["lunr", "algolia", "fuse"] type = "lunr" # max index length of the chunked content @@ -143,7 +143,7 @@ # URL of the LOGO logo = "/fixit.min.svg" # title name - name = "My New Hugo FixIt Site" + name = "My Hugo FixIt Site" # you can add extra information before the name (HTML format is supported), such as icons pre = "" # you can add extra information after the name (HTML format is supported), such as icons @@ -170,7 +170,7 @@ # FixIt 0.2.0 | NEW whether to show the author author = true # Site creation year - since = 2021 + since = "" # FixIt 0.2.14 | NEW whether to show total word count of site content wordCount = true # FixIt 0.2.12 | NEW Public network security only in China (HTML format is supported) @@ -178,7 +178,7 @@ # ICP info only in China (HTML format is supported) icp = "" # license info (HTML format is supported) - license = 'CC BY-NC 4.0' + license = "" # FixIt 0.2.17 | CHANGED Site creation time [params.footer.siteTime] enable = false @@ -232,9 +232,9 @@ rss = 10 # Home page profile [params.home.profile] - enable = true + enable = false # Gravatar Email for preferred avatar in home page - gravatarEmail = "xx@xx.com" + gravatarEmail = "" # URL of avatar shown in home page avatarURL = "" # FixIt 0.2.17 | NEW identifier of avatar menu link @@ -242,7 +242,7 @@ # FixIt 0.2.7 | CHANGED title shown in home page (HTML format is supported) title = "" # subtitle shown in home page - subtitle = "This is my new Hugo FixIt site" + subtitle = "" # whether to use typeit animation for subtitle typeit = true # whether to show social links diff --git a/docs b/docs index e4c46f0e..f3fb2a80 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit e4c46f0e5ef9f62526ca228c6e1a229250be15a9 +Subproject commit f3fb2a807d95b267a0bec477a490b944161b3f26