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

github.com/darshanbaral/mero.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarshan Baral <darshanbaral@gmail.com>2021-09-06 23:52:19 +0300
committerDarshan Baral <darshanbaral@gmail.com>2021-09-06 23:52:19 +0300
commitf4443923abfdeac72b2ae2e7c77031bfdb74247f (patch)
tree011967475adb85ac3693fb3878e7fda4ae799d83
parent96725a370fb24de80a6358e5f3a3d6dcfa8018f8 (diff)
added version configv1.0
-rw-r--r--exampleSite/config.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 133e2d2..f33c504 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -4,6 +4,11 @@ title = "My Blog"
theme = "mero"
disableKinds = ["taxonomyTerm"]
+[module]
+ [module.hugoVersion]
+ extended = false
+ min = '0.80.0'
+
[params]
dateFormat = "2006-01-02"
author = "Firstname Lastname"