about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-12-29 09:19:46 -0800
committerFranck Cuny <franck@fcuny.net>2021-12-29 09:20:07 -0800
commit6a8ec645fa74d20584e1bf2b2f2e0d60a3d95c91 (patch)
treecb989b678555af046ac6683abddc5415fb0640fa
parentlayout: add a link to the RSS feed in the menu (diff)
downloadfcuny.net-6a8ec645fa74d20584e1bf2b2f2e0d60a3d95c91.tar.gz
config: add author information
-rw-r--r--config.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index 6a6f070..7162180 100644
--- a/config.toml
+++ b/config.toml
@@ -7,6 +7,10 @@ enableGitInfo = true
 [params]
   homeText = "A collection of notes"
 
+[author]
+  name = "Franck Cuny"
+  email = "franck@fcuny.net"
+
 [taxonomies]
   tag = "tags"