diff options
| author | Franck Cuny <franck@fcuny.net> | 2021-12-29 09:19:46 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2021-12-29 09:20:07 -0800 |
| commit | 6a74461b8a07c8fe7e5ca4e9d1ef299c56f94d2c (patch) | |
| tree | 73870aecae51d83637d6f55e34e40fa0fe4b751f /users/fcuny/blog/config.toml | |
| parent | layout: add a link to the RSS feed in the menu (diff) | |
| download | infra-6a74461b8a07c8fe7e5ca4e9d1ef299c56f94d2c.tar.gz | |
config: add author information
Diffstat (limited to 'users/fcuny/blog/config.toml')
| -rw-r--r-- | users/fcuny/blog/config.toml | 4 |
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" |
