Added min/max hugo version to config.toml.
This commit is contained in:
parent
9776a9d1e3
commit
cda7fa6629
|
@ -1,4 +1,4 @@
|
||||||
![Tailbliss](https://tailbliss.netlify.app/images/tailbliss-full-blue.png)
|
![Tailbliss](/images/tailbliss-full-blue.png)
|
||||||
|
|
||||||
# TailBliss
|
# TailBliss
|
||||||
Hugo + TailwindCSS 3.2.0 + Alpine.js for Hacktoberfest
|
Hugo + TailwindCSS 3.2.0 + Alpine.js for Hacktoberfest
|
||||||
|
|
|
@ -54,3 +54,9 @@ simple = false
|
||||||
[privacy.youtube]
|
[privacy.youtube]
|
||||||
disable = false
|
disable = false
|
||||||
privacyEnhanced = true
|
privacyEnhanced = true
|
||||||
|
|
||||||
|
[module]
|
||||||
|
[module.hugoVersion]
|
||||||
|
extended = true
|
||||||
|
min = "0.101.0"
|
||||||
|
max = "0.105.0"
|
|
@ -9,7 +9,7 @@ homepage = "https://github.com/nusserstudios/tailbliss"
|
||||||
# If you have a running demo of the theme.
|
# If you have a running demo of the theme.
|
||||||
demosite = "https://tailbliss.netlify.app/"
|
demosite = "https://tailbliss.netlify.app/"
|
||||||
|
|
||||||
tags = ["blog", "tailwind", "tailwindcss", "darkmode", "lightmode" ]
|
tags = ["blog", "tailwind", "tailwindcss", "darkmode", "lightmode", "light/dark mode"]
|
||||||
features = ["blog", "categories", "webp", "tailwind3", "light/dark mode", "alpinejs"]
|
features = ["blog", "categories", "webp", "tailwind3", "light/dark mode", "alpinejs"]
|
||||||
|
|
||||||
# If the theme has a single author
|
# If the theme has a single author
|
||||||
|
|
Loading…
Reference in New Issue