mirror of https://github.com/escalate/hugo-split-theme.git

Christian Mendoza
21.31.2017 ee579a7a545863dfd2a93b448091bce4ec2006d5
Add copyright
2 files modified
13 ■■■■■ changed files
README.md 10 ●●●●● patch | view | raw | blame | history
exampleSite/config.toml 3 ●●●●● patch | view | raw | blame | history
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.
Also thanks to [Steve Francia](//github.com/spf13) for creating [Hugo](//gohugo.io) and the awesome community around the project.
exampleSite/config.toml
@@ -19,6 +19,9 @@
  # Favicon
  favicon = "favicon.ico"
  # Copyright
  copyright = "©2017 Your Name"
  # Section - Content
  [params.content]
    name = "Jenny Jones"