From c47d12d615130addfe0d372e93950e84843137f2 Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Sun, 15 Dec 2024 03:06:14 +0100 Subject: Add name --- content/_index.md | 9 +++++++++ hugo.toml | 10 ++++++++-- themes/chilldark | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 content/_index.md diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..e600265 --- /dev/null +++ b/content/_index.md @@ -0,0 +1,9 @@ ++++ +title = 'Home' +date = 2024-01-01T08:00:00-07:00 +draft = false ++++ + +Federico Angelilli {{< secondary >}} {{< dash >}} main@fedang.net {{< /secondary >}} + + 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 diff --git a/themes/chilldark b/themes/chilldark index 7a71b53..3b8b6ea 160000 --- a/themes/chilldark +++ b/themes/chilldark @@ -1 +1 @@ -Subproject commit 7a71b53f1f4dfee57246455f1d2d9101975af825 +Subproject commit 3b8b6eafc0bc9a3b2da6aac3c2104ab686fe629a -- cgit v1.2.3