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

github.com/jeblister/kube.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohamed <jeblister@gmail.com>2021-07-08 19:10:02 +0300
committerGitHub <noreply@github.com>2021-07-08 19:10:02 +0300
commitfbc55901c8b4d7efb362c06c8550ddda1acd5dbd (patch)
tree6c9f0473ee072090709bcfe918527bf5284f1248
parentd23de972beadc1ca41079715690aa1987dc0aec5 (diff)
use toml syntax
-rw-r--r--theme.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/theme.toml b/theme.toml
index b91c121..47fffce 100644
--- a/theme.toml
+++ b/theme.toml
@@ -24,10 +24,10 @@ features = ["Minimalism","Mobile-first Design",
"Block Templates",
"Table of Contents",
"SEO Site Verification"]
-module:
- hugoVersion:
- extended: false
- min: "0.84.0"
+[module]
+ [module.hugoVersion]
+ extended = false
+ min = "0.84.0"
[author]
name = "jeblister"
homepage = "http://findme.surge.sh/"