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
parent16653fde718415a8bd9b4e1c166baf4740025a54 (diff)
update
-rw-r--r--exampleSite/config.toml14
-rw-r--r--theme.toml8
2 files changed, 7 insertions, 15 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
diff --git a/theme.toml b/theme.toml
index 207d1c5..b6e79f1 100644
--- a/theme.toml
+++ b/theme.toml
@@ -4,11 +4,11 @@
name = "hugo-theme-cole"
license = "MIT"
licenselink = "https://github.com/jacobsun/hugo-theme-cole/blob/master/LICENSE"
-description = "a hugo theme"
+description = "a minimal hugo theme, simply list contents."
homepage = "https://github.com/jacobsun/hugo-theme-cole"
-tags = ["blog"]
-features = ["personal", "minimal","light", "simple"]
-min_version = 0.5
+tags = ["minimal", "light", "simple"]
+features = ["disqus", "syntax highlighting"]
+min_version = 0.40
[author]
name = "Jacob Sun"