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

github.com/aerohub/hugo-identity-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Grosser <development@stp-ip.net>2016-11-13 22:18:34 +0300
committerMichael Grosser <development@stp-ip.net>2016-11-13 22:18:34 +0300
commit5491b8ef36aa3b6cef4931c31a348cdbac431530 (patch)
treef08f5099e42c97163ed24af67efe2717ed314063
parentd7c46c2dc0598b494b16018a671fa654ca7828f5 (diff)
Add license and copyright options to config
-rw-r--r--exampleSite/config.toml18
1 files changed, 16 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 998141b..58d5a75 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -77,10 +77,24 @@ googleAnalytics = "UA-XXXXX-Y"
title = "Facebook"
icon = "fa-facebook"
link = "#"
-
+
# Footer settings
[params.footer]
- copyright = "Jane Doe"
+ # If copyright is not set, author is used
+ copyright = "Innovation inc"
+
+ # Page license
+ [params.license]
+ link = "https://creativecommons.org/licenses/by-sa/4.0/legalcode"
+ name = "CC-BY-SA-4.0"
+
+ # Credits
+ [[params.credits]]
+ # Title is used as URL text
+ title = "HTML5UP"
+ # Text will be used to explain the credit
+ text = "Design by"
+ link = "https://html5up.net"
# Optional piwik tracking
#[params.analytics.piwik]