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

github.com/miguelsimoni/hugo-initio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel.Simoni <miguel.simoni@gmail.com>2021-05-08 16:01:21 +0300
committerMiguel.Simoni <miguel.simoni@gmail.com>2021-05-08 16:01:21 +0300
commita00168f52a7b5c6c9ff73d81a59fa3cee64e11f4 (patch)
tree1f6fa2a2aed0f3d6ee183c12a988ac51ba9e989f /exampleSite
parent94b5f41cbecd270bfe8592858242b776e70a3afa (diff)
Homologate footer parameters. Update README.
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 5429505..4b32f46 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -21,14 +21,14 @@ publishDir = "docs"
showSubheader = true
showServices = true
- showRecentWorks = false
- showDownloads = false
- showClients = false
+ showRecentWorks = true
+ showDownloads = true
+ showClients = true
- footerEnableContact = true
- footerEnableFollowme = true
- footerEnableTextWidget = true
- footerEnableFormWidget = true
+ showFooterContact = true
+ showFooterFollowMe = true
+ showFooterTextWidget = true
+ showFooterFormWidget = true
[[menu.main]]
name = "home"