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

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWang Chucheng <ccwangchn@gmail.com>2020-10-24 14:45:31 +0300
committerWang Chucheng <ccwangchn@gmail.com>2020-10-24 14:45:31 +0300
commit611ba4bc3aafe6f2ca2274702159e26ba11df180 (patch)
tree359956f7f51b666e83fad183a07ec3a4009f301e /exampleSite
parentb3a547bae35955aa64b2a21f803e40695cb4fa13 (diff)
docs: update README
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config/_default/config.toml15
-rw-r--r--exampleSite/config/_default/params.toml6
2 files changed, 10 insertions, 11 deletions
diff --git a/exampleSite/config/_default/config.toml b/exampleSite/config/_default/config.toml
index d3ba902..5a59257 100644
--- a/exampleSite/config/_default/config.toml
+++ b/exampleSite/config/_default/config.toml
@@ -1,12 +1,15 @@
baseURL = "https://example.com"
title = "Eureka Demo"
+# Comment when installing using Hugo Modules
theme = "eureka"
+# Uncomment when installing using Hugo Modules
+# theme = "github.com/wangchucheng/hugo-eureka"
paginate = 3
copyright = "&copy; 2020 <a href=\"https://www.wangchucheng.com/\">C. Wang</a> and <a href=\"https://www.ruiqima.com/\">R. Ma</a>"
-enableGitInfo = false
enableEmoji = true
+enableGitInfo = false
summaryLength = 75
defaultContentLanguage = "en"
@@ -17,13 +20,14 @@ defaultContentLanguageInSubdir = false
# googleAnalytics = "UA-123-45"
[markup]
+ # Do not modify markup.highlight
[markup.highlight]
codeFences = false
noClasses = false
[markup.tableOfContents]
+ startLevel = 2
endLevel = 6
ordered = false
- startLevel = 2
[taxonomies]
category = "categories"
@@ -32,9 +36,4 @@ defaultContentLanguageInSubdir = false
author = "authors"
[build]
- useResourceCacheWhen = "always"
-
-# Uncomment when installing using Hugo Modules
-# [module]
-# [[module.imports]]
-# path = "github.com/wangchucheng/hugo-eureka" \ No newline at end of file
+ useResourceCacheWhen = "always" \ No newline at end of file
diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml
index 2ae3ce3..df117ff 100644
--- a/exampleSite/config/_default/params.toml
+++ b/exampleSite/config/_default/params.toml
@@ -6,10 +6,10 @@ repoURL = ""
repoEditURL = ""
# E.g. Person, Organization, LocalBusiness, Project, EducationalOrganization
-site_type = "Person"
+siteType = "Person"
icon = "images/icon.png"
-publisher_name = "Test publisher"
-publisher_logo = ""
+publisherName = "Example publisher"
+publisherLogo = ""
[hero]
slogan = "We are all in the gutter, but some of us are looking at the stars."