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
|
||||
Hugo + TailwindCSS 3.2.0 + Alpine.js for Hacktoberfest
|
||||
|
|
|
@ -53,4 +53,10 @@ enableDNT = false
|
|||
simple = false
|
||||
[privacy.youtube]
|
||||
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.
|
||||
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"]
|
||||
|
||||
# If the theme has a single author
|
||||
|
|
Loading…
Reference in New Issue