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

gitlab.com/rmaguiar/hugo-theme-color-your-world.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml9
1 files changed, 8 insertions, 1 deletions
diff --git a/theme.toml b/theme.toml
index 6fafd4b..d6f7b16 100644
--- a/theme.toml
+++ b/theme.toml
@@ -5,7 +5,13 @@ name = "Color Your World"
license = "MIT"
licenselink = "https://gitlab.com/rmaguiar/hugo-theme-color-your-world/blob/master/LICENSE"
description = "A minimalist theme for personal blogs with a colored twist."
+
+# The home page of the theme, where the source can be found.
homepage = "https://gitlab.com/rmaguiar/hugo-theme-color-your-world"
+
+# If you have a running demo of the theme.
+demosite = "https://color-your-world-demo.netlify.app"
+
tags = [
"accessible",
"blog",
@@ -22,14 +28,15 @@ tags = [
"search",
"technical"
]
+
features = [
"dark mode",
"noscript",
"privacy",
"syntax highlighting"
]
-min_version = "0.73.0"
+# If the theme has a single author
[author]
name = "rmaguiar"
homepage = "https://rmaguiar.keybase.pub"