diff options
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 114a687..c3ce6e4 100644 --- a/config.toml +++ b/config.toml @@ -2,3 +2,8 @@ baseURL = "https://gabrielgio.me/" languageCode = "en-us" title = "Yet Another blog" theme = "flamingo" +enableGitInfo = true + +[author] + name = "Gabriel Giovanini" + email = "gabriel.giovanini@pm.me" |