From 886980c4813651c1f60d16ff517e059e4ad5545d Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Mon, 27 Mar 2023 17:58:16 +0200 Subject: feat: Change code snippet style --- config.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.toml') 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" -- cgit v1.2.3