summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2014-07-12 21:07:03 +0100
committerAlan Pearce2014-07-12 21:07:03 +0100
commit56f99c3129761f2527f8896df656f0ee59ec425c (patch)
treefe5bc3432cd4cb516b81df20424e05cd70c68df7
parentd551bcd33b8275555850de823349fa49e40c3234 (diff)
downloadwebsite-56f99c3129761f2527f8896df656f0ee59ec425c.tar.lz
website-56f99c3129761f2527f8896df656f0ee59ec425c.tar.zst
website-56f99c3129761f2527f8896df656f0ee59ec425c.zip
Add RSS feed information to config
-rw-r--r--config.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index 3fe5bb1..696ddc1 100644
--- a/config.toml
+++ b/config.toml
@@ -2,7 +2,11 @@ languageCode = "en-gb"
 title = "Alan Pearce"
 theme = "hyde"
 pygmentsuseclasses = true
+copyright = "Licensed under a Creative Commons Attribution 4.0 International License."
 
 [Params]
 Description = "…now has a website"
 fullurl = "https://alanpearce.uk"
+
+[author]
+    name = "Alan Pearce"