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

github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config-template.toml')
-rw-r--r--exampleSite/config-template.toml25
1 files changed, 24 insertions, 1 deletions
diff --git a/exampleSite/config-template.toml b/exampleSite/config-template.toml
index 5ec5a61..60f11be 100644
--- a/exampleSite/config-template.toml
+++ b/exampleSite/config-template.toml
@@ -27,9 +27,32 @@ disableSearch = false # default is false
disableNavChevron = false # set true to hide next/prev chevron, default is false
menushortcutsnewtab = false # set true to open shortcuts links to a new tab/window
-editURL = "https://github.com/vjeantet/hugo-theme-docport/edit/master/exampleSite/content/"
+#editURL = "https://github.com/vjeantet/hugo-theme-docport/edit/master/exampleSite/content/"
enableGitInfo = true
+# NetlifyCMS Options
+#editWithNetlifyCMSURL = "admin/#/collections/pages/entries/"
+#netlifycms_backend_name = "github"
+#netlifycms_backend_repo = "vjeantet/hugo-theme-docport"
+#netlifycms_backend_branch = "master"
+#netlifycms_backend_open_authoring = true
+#netlifycms_backend_authtype = " implicit"
+#netlifycms_backend_api_id = "L4M2L3K4ML23K4ML3K42LK342L3M4K23MLK42L3MK4"
+#netlifycms_backend_api_root = " https://xxxxxxxxxx/api/v4"
+#netlifycms_backend_base_url = "https://xxxxxxxxxxxxx"
+#netlifycms_backend_auth_endpoint = "oauth/authorize"
+
+[mediaTypes]
+ [mediaTypes."application/netlifyconfig"]
+ suffixes = ["yml"]
+
+[outputFormats]
+[outputFormats.netlifyyaml]
+mediaType = "application/netlifyconfig"
+isPlainText = true
+isHTML = false
+notAlternative = true
+
[markup.goldmark.renderer]
unsafe = true