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

github.com/kdevo/osprey-delight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkdevo <kdevo@users.noreply.github.com>2021-10-31 19:57:43 +0300
committerkdevo <kdevo@users.noreply.github.com>2021-10-31 23:40:12 +0300
commitf07fbf53904f8950d9bdf4b53c9794915ec9294d (patch)
treea6af807749c1c25439105a74ca98d15a3ea3f477 /config.toml
parentac4a919d2cd9db22a60e47f915c1ef7b796745de (diff)
feat: update theme metadata
* raise minimum hugo version to 0.83 (extended)
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..69cd563
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,8 @@
+[module]
+ [module.hugoVersion]
+ extended = true
+ min = "0.83.0"
+ [[module.imports]]
+ path = "github.com/hugo-mods/icons"
+ [[module.imports]]
+ path = "github.com/hugo-mods/lazyimg" \ No newline at end of file