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

github.com/ThemeTony/hugo-theme-tony.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 1a9c668..35d12fc 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -151,6 +151,15 @@ paginate = 10
mainSections = []
#####################################
+ # Copyright Protection
+
+ # Whether to open
+ enableCopyright = true
+
+ copyrightName = "CC BY-NC 4.0"
+ copyrightLink = "https://creativecommons.org/licenses/by-nc/4.0/"
+
+ #####################################
# table of Contents
# Whether to open (global settings)