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

github.com/escalate/hugo-split-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Mendoza <christian.mendoza@gmail.com>2017-12-21 02:31:04 +0300
committerChristian Mendoza <christian.mendoza@gmail.com>2017-12-21 02:31:04 +0300
commitee579a7a545863dfd2a93b448091bce4ec2006d5 (patch)
treeb536a71e11a173dc40b9689b0b455ac1aad0b175
parentfb309957536c73a27aaab3c950500464ec1cba84 (diff)
Add copyright
-rw-r--r--README.md10
-rw-r--r--exampleSite/config.toml3
2 files changed, 12 insertions, 1 deletions
diff --git a/README.md b/README.md
index e4ac430..a334b07 100644
--- a/README.md
+++ b/README.md
@@ -140,6 +140,14 @@ favicon = "favicon.ico"
```
+### Add copyright
+Set `copyright` with the text you want for your copyright.
+
+```toml
+copyright = "&copy;2017 Your Name"
+```
+
+
### Add Google Analytics
Enable Google Analytics by adding your tracking id to `googleAnalytics`. Leave empty or remove if you don't want.
@@ -175,4 +183,4 @@ The original template is released under the [Creative Commons Attribution 3.0 Li
- [Clouds Over Mountain Video](http://www.wedistill.io/videos/clouds-over-the-mountain-hd-stock-video) by John Guinn
- Video integration CSS ninja skills by my bud [Manu](https://twitter.com/manuelmoreale)
-Also thanks to [Steve Francia](//github.com/spf13) for creating [Hugo](//gohugo.io) and the awesome community around the project. \ No newline at end of file
+Also thanks to [Steve Francia](//github.com/spf13) for creating [Hugo](//gohugo.io) and the awesome community around the project.
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index ed0ceef..3c9983e 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -19,6 +19,9 @@ googleAnalytics = ""
# Favicon
favicon = "favicon.ico"
+ # Copyright
+ copyright = "&copy;2017 Your Name"
+
# Section - Content
[params.content]
name = "Jenny Jones"