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>2018-08-13 19:17:11 +0300
committerOlivier DOSSMANN <git@dossmann.net>2018-08-13 19:40:53 +0300
commitbc53573bb2456ef2108a2efb57826934deb7c12c (patch)
tree081d8a71543fb46209a9425a763890f4fe6ec870
parent6e23bf9712f89f2adff9a29c48f11fc4bc73c974 (diff)
[FIX] Display right minimal version to use with this theme
-rw-r--r--TODO1
-rw-r--r--theme.toml2
2 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 1555335..cc4de18 100644
--- a/TODO
+++ b/TODO
@@ -11,3 +11,4 @@
* links displayed
* font reduced (to print more text on each page)
* delete colors (only black & white)
+ * tests with travis-ci + check all version from 0.43 to 0.46 (and probably more)
diff --git a/theme.toml b/theme.toml
index b6728d6..e1e47c5 100644
--- a/theme.toml
+++ b/theme.toml
@@ -8,7 +8,7 @@ description = "A simple wiki in its original formal state"
homepage = "https://github.com/blankoworld/hugo_theme_adam_eve"
tags = ['minimal', 'wiki', 'documentation']
features = ['wiki', 'responsive', 'minimal', 'shortcode', 'clean', 'boxes']
-min_version = "0.23"
+min_version = "0.43"
[author]
name = "Olivier DOSSMANN"