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

github.com/blankoworld/hugo_theme_adam_eve.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier DOSSMANN <git@dossmann.net>2022-11-05 02:08:34 +0300
committerOlivier DOSSMANN <git@dossmann.net>2022-11-05 02:08:34 +0300
commit48436eef467baea638499b10e55f7a253635f509 (patch)
tree2e39da8e8bd609c3cdbad29b5ecfa2b24a3ff9dd
parent6d39f5f2e2edfcc669ee25e0d01934a3978ecb54 (diff)
Update Hugo's version for theme and configHEADmaster
-rw-r--r--config.toml.example5
-rw-r--r--exampleSite/config.toml5
-rw-r--r--theme.toml7
3 files changed, 16 insertions, 1 deletions
diff --git a/config.toml.example b/config.toml.example
index 3ea1f0c..dfc3070 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -4,6 +4,11 @@ DefaultContentLanguage = "en"
# Enable Emoji, regarding https://www.webfx.com/tools/emoji-cheat-sheet/
enableEmoji = true
+[module]
+ [module.hugoVersion]
+ extended = true
+ min = "0.105.0"
+
[Languages]
[Languages.fr]
languageCode = "fr"
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 9b85f59..45c1708 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -5,6 +5,11 @@ DefaultContentLanguage = "en"
enableEmoji = true
disableKinds = ["taxonomy", "taxonomyTerm", "section"]
+[module]
+ [module.hugoVersion]
+ extended = true
+ min = "0.105.0"
+
[Languages]
[Languages.fr]
languageCode = "fr"
diff --git a/theme.toml b/theme.toml
index cfddb60..393203c 100644
--- a/theme.toml
+++ b/theme.toml
@@ -5,10 +5,15 @@ name = "Adam & Eve"
license = "MIT"
licenselink = "https://github.com/blankoworld/hugo_theme_adam_eve/blob/master/LICENSE.md"
description = "A simple wiki in its original formal state"
+
homepage = "https://github.com/blankoworld/hugo_theme_adam_eve"
+
+demosite = "https://olivier.dossmann.net/wiki"
+
tags = ['minimal', 'wiki-like', 'documentation']
features = ['wiki-like', 'responsive', 'minimal', 'shortcode', 'clean', 'boxes', 'i18n']
-min_version = "0.57"
+
+min_version = "0.105.0"
[author]
name = "Olivier DOSSMANN"