diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/default.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/default.toml b/config/default.toml index 0a55027..d2efd7a 100644 --- a/config/default.toml +++ b/config/default.toml @@ -11,6 +11,14 @@ url = "/" name = "John Doe" photo = "/static/johndoe.jpg" +[[author.contact]] +url = "mailto:johndoe@johndoe.org" +text = "johndoe@johndoe.org" + +[[author.contact]] +url = "https://twitter.com/johndoe" +text = "Twitter" + [posts] folder = "./posts" |