From ee579a7a545863dfd2a93b448091bce4ec2006d5 Mon Sep 17 00:00:00 2001 From: Christian Mendoza Date: Wed, 20 Dec 2017 18:31:04 -0500 Subject: Add copyright --- README.md | 10 +++++++++- exampleSite/config.toml | 3 +++ 2 files changed, 12 insertions(+), 1 deletion(-) 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 = "©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 = "©2017 Your Name" + # Section - Content [params.content] name = "Jenny Jones" -- cgit v1.2.3