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-11-06 18:58:57 +0300
committerWang Chucheng <ccwangchn@gmail.com>2020-11-06 18:58:57 +0300
commit85f72e53d325cd325697b51e9dfaecb3832970d5 (patch)
treece1c08b3c366a34b46ea562803ee250f09c83932 /exampleSite
parent73bb59cd33887e325a3a6e1b7919bdc0d3107129 (diff)
refactor: update exampleSite
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config/_default/config.toml2
-rw-r--r--exampleSite/config/_default/params.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/config/_default/config.toml b/exampleSite/config/_default/config.toml
index 5a59257..d64bc9b 100644
--- a/exampleSite/config/_default/config.toml
+++ b/exampleSite/config/_default/config.toml
@@ -1,4 +1,4 @@
-baseURL = "https://example.com"
+baseURL = ""
title = "Eureka Demo"
# Comment when installing using Hugo Modules
diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml
index af2f597..098fb47 100644
--- a/exampleSite/config/_default/params.toml
+++ b/exampleSite/config/_default/params.toml
@@ -1,4 +1,4 @@
-mainSections = ["post"]
+mainSections = ["posts"]
description = "Eureka is a elegant and powerful theme for Hugo."
repoURL = ""