From 99aefdbf1df5669777240c01baa6377146bd1216 Mon Sep 17 00:00:00 2001 From: Mariano Riefolo Date: Thu, 19 Sep 2024 10:33:18 +0200 Subject: [PATCH] feat: add poison params --- hugo.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/hugo.toml b/hugo.toml index bdb0135..5f10eb8 100644 --- a/hugo.toml +++ b/hugo.toml @@ -2,3 +2,16 @@ baseURL = 'https://riefolo.me' languageCode = 'en-us' title = 'Mariano Riefolo' theme = 'poison' + +[params] +brand = 'Mariano Riefolo' +description = 'personal website' + +menu = [] + +email_url = 'mailto:rfmariano@protonmail.com' +linkedin_url = 'https://www.linkedin.com/in/riefolo-mariano/' +signal_url = 'https://signal.me/#eu/etXF_nALrOTC0TQ8ST2oZv9gt3SGoMBC9_93A1IUnr_B-_VSEJpKX7f-zXdFWAOs' + +rss_icon = true +rss_section = 'blog'