aboutsummaryrefslogtreecommitdiffstats
path: root/theme.toml
diff options
context:
space:
mode:
authoryingyu5658 <yingyu5658@outlook.com>2025-08-01 21:30:53 +0800
committeryingyu5658 <yingyu5658@outlook.com>2025-08-01 21:30:53 +0800
commit70c5a2b6fb60bd90e7780fa220bfe146141d00e2 (patch)
tree62e4c8e25b1c426c4f6ce21cf25e865445b176d4 /theme.toml
downloadhugo-theme-concise-70c5a2b6fb60bd90e7780fa220bfe146141d00e2.tar.gz
hugo-theme-concise-70c5a2b6fb60bd90e7780fa220bfe146141d00e2.zip
Initial commit
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml31
1 files changed, 31 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..77c4909
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,31 @@
+name = 'concise'
+license = 'MIT'
+licenselink = 'https://github.com/owner/repo/LICENSE'
+description = 'Theme description'
+
+# The home page of the theme, where the source can be found
+homepage = 'https://github.com/owner/repo'
+
+# If you have a running demo of the theme
+demosite = 'https://owner.github.io/repo'
+
+# Taxonomy terms
+tags = ['blog', 'company']
+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'