From ee579a7a545863dfd2a93b448091bce4ec2006d5 Mon Sep 17 00:00:00 2001
From: Christian Mendoza <christian.mendoza@gmail.com>
Date: Wed, 20 Dec 2017 23:31:04 +0000
Subject: [PATCH] Add copyright
---
exampleSite/config.toml | 3 +++
README.md | 10 +++++++++-
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 @@
```
+### Add copyright
+Set `copyright` with the text you want for your copyright.
+
+```toml
+copyright = "©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 @@
- [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 @@
# Favicon
favicon = "favicon.ico"
+ # Copyright
+ copyright = "©2017 Your Name"
+
# Section - Content
[params.content]
name = "Jenny Jones"
--
Gitblit v1.10.0