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