From 006ba323ada3e75e4987aa54c4909c387163a10a Mon Sep 17 00:00:00 2001 From: yingyu5658 Date: Fri, 1 Aug 2025 21:33:21 +0800 Subject: 修改theme.toml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ theme.toml | 26 +++++++------------------- 2 files changed, 9 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 9105f9b..d3d0a66 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ 一个简约的Hugo主题。专注于写作。 + + ## Features - 极致简约设计 diff --git a/theme.toml b/theme.toml index 77c4909..a2ae329 100644 --- a/theme.toml +++ b/theme.toml @@ -1,31 +1,19 @@ name = 'concise' license = 'MIT' -licenselink = 'https://github.com/owner/repo/LICENSE' -description = 'Theme description' +licenselink = 'https://github.com/yingyu5658/hugo-theme-concise' +description = 'A concise hugo theme. Concentrate on writting.' # The home page of the theme, where the source can be found -homepage = 'https://github.com/owner/repo' +homepage = '' # If you have a running demo of the theme -demosite = 'https://owner.github.io/repo' +demosite = 'https://github.com/yingyu5658/hugo-theme-concise/tree/main/exampleSite' # Taxonomy terms -tags = ['blog', 'company'] +tags = ['blog'] features = ['some', 'awesome', 'features'] -# If the theme has multiple authors -authors = [ - {name = 'Name of author', homepage = 'Website of author'}, - {name = 'Name of author', homepage = 'Website of author'} -] - # If the theme has a single author [author] - name = 'Your name' - homepage = 'Your website' - -# If porting an existing theme -[original] - author = 'Name of original author' - homepage = 'Website of original author' - repo = 'https://github.com/owner/repo' + name = 'yingyu5658' + homepage = 'https://www.yingyu5658.me/' -- cgit v1.2.3