diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/default.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/default.toml b/config/default.toml index 9db7540..8683981 100644 --- a/config/default.toml +++ b/config/default.toml @@ -2,7 +2,10 @@ port = 3000 [site] -author = "John Doe" + +[site.author] +name = "John Doe" +photo = "/static/johndoe.jpg" [posts] folder = "./posts" |