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

github.com/colorchestra/smol.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormorph <morph@posteo.de>2020-05-26 19:13:01 +0300
committermorph <morph@posteo.de>2020-05-26 19:13:01 +0300
commit98782658f22b6da57b422d463b6f3236492cdc88 (patch)
tree8b9867f87ff7db7cd54a7f5d806542fd037b8524 /theme.toml
parent3a780ebefebebf866c7ce108d7b163f708f759c0 (diff)
rename theme
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml21
1 files changed, 13 insertions, 8 deletions
diff --git a/theme.toml b/theme.toml
index 9e56685..9841c69 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,12 +1,17 @@
-name = "Blank"
+name = "smol"
license = "MIT"
-licenselink = "https://github.com/vimux/blank/blob/master/LICENSE"
-description = "Starter Hugo theme for developers."
-homepage = "https://github.com/vimux/blank/"
-tags = ["blog", "plain", "blank", "starter", "development"]
-features = ["blog"]
+licenselink = "https://github.com/colorchestra/smol/blob/master/LICENSE"
+description = "Minimal Hugo theme using a Monospace font and without any tracking or external dependencies."
+homepage = "https://github.com/colorchestra/smol"
+tags = ["blog", "minimal", "monospace", "dark mode", "simple", "clean", "light", "responsive", "fast", "no-js", "no-tracking", "privacy"]
+features = ["blog", "privacy", "responsive", "fast"]
min_version = "0.20"
[author]
- name = "Vimux"
- homepage = "https://github.com/vimux"
+ name = "morph"
+ homepage = "morph.sh"
+
+[original]
+ author = "Vimux"
+ homepage = "https://github.com/Vimux"
+ repo = "https://github.com/colorchestra/blank"