From c47d12d615130addfe0d372e93950e84843137f2 Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Sun, 15 Dec 2024 03:06:14 +0100 Subject: Add name --- hugo.toml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'hugo.toml') diff --git a/hugo.toml b/hugo.toml index b6972ee..1498f4f 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,5 +1,11 @@ -baseURL = 'https://example.org/' +baseURL = 'https://fedang.net' languageCode = 'en-us' -title = 'My New Hugo Site' +title = '~fedang' theme = 'chilldark' + +[params.author] + name = "Federico Angelilli" + +[security] + enableInlineShortcodes = true -- cgit v1.2.3