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

github.com/Softorage/HugoTheme-VibrantShadows.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanmayJoshi <sanmaycjoshi@gmail.com>2021-08-01 19:16:18 +0300
committerSanmayJoshi <sanmaycjoshi@gmail.com>2021-08-01 19:16:18 +0300
commit12ace5a37e37bc2e9216ffba1a5c4326200d47c1 (patch)
tree1b7460b72856fe8a13b1c13ea355e149cbbf9c0c
parent8578d5a8710a34954f091e1b94de45f7d959ca07 (diff)
Updated theme.toml and added config.toml to try to resolve buildinng issues specified in issue #3
-rw-r--r--config.toml4
-rw-r--r--theme.toml2
2 files changed, 5 insertions, 1 deletions
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..22307b4
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,4 @@
+[module]
+ [module.hugoVersion]
+ extended = true
+ min = "0.75.1"
diff --git a/theme.toml b/theme.toml
index eb1046d..b21032e 100644
--- a/theme.toml
+++ b/theme.toml
@@ -6,9 +6,9 @@ license = "MIT"
licenselink = "https://github.com/Softorage/HugoTheme-VibrantShadows/blob/master/LICENSE"
description = "An insanely customizable, extremely lightweight and ridiculously fast 'Blog Theme' for Hugo, with mobile support and a lot more."
homepage = "https://github.com/Softorage/HugoTheme-VibrantShadows/"
+demosite = "https://vibrantshadows.softorage.com/"
tags = ["blog", "website", "professional", "responsive", "google analytics", "bootstrap", "customizable", "disqus", "font awesome", "seo", "clean"]
features = ["lightweight", "fast", "elegant", "customizable", "clean", "seo optimized", "cookie consent"]
-min_version = "0.75.1"
[author]
name = "Softorage"