summary refs log tree commit diff stats
path: root/config.toml
diff options
context:
space:
mode:
authorAlan Pearce2014-07-12 21:07:03 +0100
committerAlan Pearce2025-03-16 00:08:56 +0100
commit6efbd7f34c885f2b4e2e71868ef80872c354f8c8 (patch)
treec0371c4b8554512e4865d34b6629fca9e209340d /config.toml
parent909f6739f7ad2f47966bdce3dfc949aad2e7ede0 (diff)
downloadwebsite-6efbd7f34c885f2b4e2e71868ef80872c354f8c8.tar.lz
website-6efbd7f34c885f2b4e2e71868ef80872c354f8c8.tar.zst
website-6efbd7f34c885f2b4e2e71868ef80872c354f8c8.zip
Add RSS feed information to config
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index e295169..b5ba90b 100644
--- a/config.toml
+++ b/config.toml
@@ -3,6 +3,10 @@ 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"
+
+[author]
+    name = "Alan Pearce"