aboutsummaryrefslogtreecommitdiffstats
path: root/theme.toml
diff options
context:
space:
mode:
authoryingyu5658 <yingyu5658@outlook.com>2025-08-01 21:33:21 +0800
committeryingyu5658 <yingyu5658@outlook.com>2025-08-01 21:33:21 +0800
commit006ba323ada3e75e4987aa54c4909c387163a10a (patch)
treeec8e8770794cef1f08cd6e0a3773deb92b1f80ca /theme.toml
parent70c5a2b6fb60bd90e7780fa220bfe146141d00e2 (diff)
downloadhugo-theme-concise-006ba323ada3e75e4987aa54c4909c387163a10a.tar.gz
hugo-theme-concise-006ba323ada3e75e4987aa54c4909c387163a10a.zip
修改theme.toml
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml26
1 files changed, 7 insertions, 19 deletions
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/'