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
commit92629ba4a6a03ca8ea7a1f8bdbc1527ebf08a4cf (patch)
tree17e983a3a1848e18c6799fa3c1de82e4ed89f332
parentlayout: add a link to the RSS feed in the menu (diff)
downloadworld-92629ba4a6a03ca8ea7a1f8bdbc1527ebf08a4cf.tar.gz
config: add author information
-rw-r--r--users/fcuny/notes/config.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/users/fcuny/notes/config.toml b/users/fcuny/notes/config.toml
index 6a6f070..7162180 100644
--- a/users/fcuny/notes/config.toml
+++ b/users/fcuny/notes/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"