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

github.com/dewittn/hugo-html5up-alpha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--exampleSite/config/_default/config.toml4
-rw-r--r--exampleSite/config/development/config.toml5
2 files changed, 5 insertions, 4 deletions
diff --git a/exampleSite/config/_default/config.toml b/exampleSite/config/_default/config.toml
index 9392736..397bb24 100644
--- a/exampleSite/config/_default/config.toml
+++ b/exampleSite/config/_default/config.toml
@@ -8,12 +8,12 @@ googleanalytics = ""
disqusShortname = ""
[params]
- description = "Test Another fine responsive site template freebie by HTML5 UP."
+ description = "Another fine responsive site template freebie by HTML5 UP."
images = ["images/pic01.jpg"]
author = "Hugo Port: [Nelson/Roberto](https://nelsonroberto.com/)"
copyright = "© Untitled. All rights reserved."
design = "Design: [HTML5 UP](http://html5up.net/)"
- mainSections = ["post"]
+ mainSections = ["blog"]
### Footer Social Media Links ###
[[params.share]]
diff --git a/exampleSite/config/development/config.toml b/exampleSite/config/development/config.toml
index a823431..9a9b570 100644
--- a/exampleSite/config/development/config.toml
+++ b/exampleSite/config/development/config.toml
@@ -1,5 +1,6 @@
# Settings not listed here are inherited from `_default/config.toml`
-## This is a more complete example of the themes capabilities that will load with 'hugo server'
+## This is a more extensive example of the themes capabilities that pulls from the local `exampleSite`
+## Run `hugo server` to load this demo
### For Pages the .RelPermalink must match the menu .URL
### For sections the name/directory must match the menu .Identifier
@@ -52,4 +53,4 @@
identifier = "four"
name = "Option Four"
url = "#"
- weight = 54 \ No newline at end of file
+ weight = 54