diff options
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.toml b/config.toml index 48c278a..6134ad4 100644 --- a/config.toml +++ b/config.toml @@ -4,9 +4,9 @@ title = "Yet Another Blog" theme = "flamingo" staticDir = ['static'] -[author] - name = "Gabriel A. Giovanini" - email = "mail@gabrielgio.me" +[params] + author="Gabriel A. Giovanini" + description="A gathering of information about some things I do on my spare time." [markup] defaultMarkdownHandler = "goldmark" |