mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Patrick Kollitsch
2 days ago f0db671f20ed6b0eac367cd21cf1ed445ef4e941
config: move min hugo version to module.toml

Signed-off-by: Patrick Kollitsch <davidsneighbourdev+gh@gmail.com>
1 files modified
1 files added
5 ■■■■■ changed files
config/_default/hugo.toml 3 ●●●● patch | view | raw | blame | history
config/_default/module.toml 2 ●●●●● patch | view | raw | blame | history
config/_default/hugo.toml
@@ -1,2 +1 @@
[module.hugoVersion]
min = "0.146.0"
config/_default/module.toml
New file
@@ -0,0 +1,2 @@
[hugoVersion]
min = "0.160.0"