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

github.com/jacobsun/hugo-theme-cole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsun6eal <jacob.sun.meta@gmail.com>2019-05-26 08:01:19 +0300
committersun6eal <jacob.sun.meta@gmail.com>2019-05-26 08:01:19 +0300
commit27b9d45f736c76aacb2208a8d4e9f95c5564f80b (patch)
treed0f6b344cb39719b75035c9c6487e9015778a500 /exampleSite
parent16653fde718415a8bd9b4e1c166baf4740025a54 (diff)
update
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml14
1 files changed, 3 insertions, 11 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index c40fa4f..4f2bf5f 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -2,7 +2,7 @@ theme = "hugo-theme-cole"
title = "You title"
baseurl = "https://your url.com/"
-buildDrafts = "true"
+buildDrafts = "false"
AuthorName = "John"
languageCode = "en"
@@ -14,8 +14,8 @@ summaryLength = 100
enableEmoji = true
disableFastRender = true
-disqusShortname = "---"
-googleAnalytics = "---"
+disqusShortname = "your disqus short name"
+googleAnalytics = "GA ID"
[plugin]
[params]
@@ -26,11 +26,3 @@ googleAnalytics = "---"
name = "Home"
url = "/"
weight = 1
-[[menu.main]]
- name = "Tool"
- url = "/tool"
- weight = 20
-[[menu.main]]
- name = "About"
- url = "/about"
- weight = 10