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

github.com/de-souza/hugo-flex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorde-souza <43355143+de-souza@users.noreply.github.com>2019-08-22 01:53:25 +0300
committerde-souza <43355143+de-souza@users.noreply.github.com>2019-08-22 01:53:25 +0300
commit0e33e81882fb6f494f8d91e1630bc9ab74c8f88a (patch)
treeea2a7dad769157fb154b263dff0b2c3f7159e0e9
parent845aa539e5370d4cfe06e7cf7b028fde0fff53be (diff)
Drop main section configuration with hugo 0.57.2
-rw-r--r--README.md1
-rw-r--r--config.yaml1
-rw-r--r--theme.toml2
3 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index f6c70c7..31273ad 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,6 @@ Configuration options may be copied and modified from the theme defaults:
```yaml
params:
- mainSections: posts # Main content folder
color: teal # Any color in CSS syntax
width: 42rem # Any length in CSS syntax
footer: Except where otherwise noted, content on this site is licensed under
diff --git a/config.yaml b/config.yaml
index 55fd52c..d707cd0 100644
--- a/config.yaml
+++ b/config.yaml
@@ -1,5 +1,4 @@
params:
- mainSections: posts # Main content folder
color: teal # Any color in CSS syntax
width: 42rem # Any length in CSS syntax
footer: Except where otherwise noted, content on this site is licensed under
diff --git a/theme.toml b/theme.toml
index 2e78c72..bf96b0a 100644
--- a/theme.toml
+++ b/theme.toml
@@ -5,7 +5,7 @@ description = "A lightweight Hugo theme leveraging CSS Flexbox"
homepage = "https://github.com/de-souza/hugo-flex/"
tags = ["responsive", "minimal", "flexbox", "no-javascript"]
features = ["posts"]
-min_version = "0.56"
+min_version = "0.57.2"
[author]
name = "Léo De Souza"