summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/_index.md9
-rw-r--r--hugo.toml10
m---------themes/chilldark0
3 files changed, 17 insertions, 2 deletions
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
-Subproject 7a71b53f1f4dfee57246455f1d2d9101975af82
+Subproject 3b8b6eafc0bc9a3b2da6aac3c2104ab686fe629