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

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorGeorge Cushen <gcushen@users.noreply.github.com>2020-05-15 02:04:13 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2020-05-15 02:04:13 +0300
commit018be3bb4030ac9262521398714c379476007f75 (patch)
treee1207489d4923b0144dfac303592069f2b5d1e9b /config
parent0fc9562d6957416e0be6e1619052c78a3b70f8a6 (diff)
theme: upgrade to latest v4.9-dev
Diffstat (limited to 'config')
-rw-r--r--config/_default/params.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/_default/params.toml b/config/_default/params.toml
index aed7ab5a..1dae6cbf 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -152,6 +152,10 @@ docs_section_pager = true # Display pager in Docs layout (e.g. tutorials)?
# Enable in-built social sharing buttons? (true/false)
sharing = true
+# Show a copyright license from creativecommons.org in the site footer?
+# Page specific copyright licenses are also possible by adding this option to a page's front matter.
+copyright_license = {enable = false, allow_derivatives = false, share_alike = true, allow_commercial = false, notice = "This work is licensed under {license}"}
+
# Link authors to their profile page? (true/false)
link_authors = true