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

github.com/fncnt/vncnt-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfncnt <github@vncnt.eu>2022-02-08 20:38:04 +0300
committerfncnt <github@vncnt.eu>2022-02-08 20:38:04 +0300
commit2b60f4e5527729f4b807e7be84cf9accd8b48846 (patch)
treeb4bb33c3a47585223ed0a04fab202e9ebb2a2d07
parent4c1d20a49cbc8c463d64fcba747433b0bae1df8b (diff)
Prevent example configs from merging per default
-rw-r--r--config.toml2
-rw-r--r--exampleSite/config.toml2
2 files changed, 4 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index 932ed0b..8f772e3 100644
--- a/config.toml
+++ b/config.toml
@@ -15,6 +15,8 @@ language = "en"
theme = "vncnt-hugo"
title = "John Doe · Landing Page"
+_merge = "none"
+
[permalinks]
fixed = ":title/"
posts = "posts/:slug/"
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index ff6260d..104270e 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -15,6 +15,8 @@ language = "en"
theme = "vncnt-hugo"
title = "John Doe · Landing Page"
+_merge = "none"
+
[permalinks]
fixed = ":title/"
posts = "posts/:slug/"