aboutsummaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorGabriel Arakaki Giovanini <mail@gabrielgio.me>2023-03-27 17:58:16 +0200
committerGabriel Arakaki Giovanini <mail@gabrielgio.me>2023-03-27 17:58:16 +0200
commit886980c4813651c1f60d16ff517e059e4ad5545d (patch)
tree6eb4e2c11c3c7b628ceebf75f83382f1f79b96aa /config.toml
parent59088735cc74a1056e4f9195bd03b24e6cc856ab (diff)
downloadgabrielgio.me-886980c4813651c1f60d16ff517e059e4ad5545d.tar.gz
gabrielgio.me-886980c4813651c1f60d16ff517e059e4ad5545d.tar.bz2
gabrielgio.me-886980c4813651c1f60d16ff517e059e4ad5545d.zip
feat: Change code snippet style
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml6
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"