summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2026-02-12 00:04:04 -0500
committertriethyl <triethylammonium@pm.me>2026-02-12 00:04:04 -0500
commit7cbc98908654170988da08fdc8650b6b637134b0 (patch)
treef54ed18c82fae8e58e66eb09861b22d3f46dcf8d
parent2496db965db4fa48197cb31c7750b2a16523ed32 (diff)
updated site name and ideas
-rw-r--r--ideas.md3
-rw-r--r--site/hugo.toml6
2 files changed, 6 insertions, 3 deletions
diff --git a/ideas.md b/ideas.md
new file mode 100644
index 0000000..bae8065
--- /dev/null
+++ b/ideas.md
@@ -0,0 +1,3 @@
+# Ideas
+
+- Use Jacquard font for headers and icons.
diff --git a/site/hugo.toml b/site/hugo.toml
index b21c083..f4052f5 100644
--- a/site/hugo.toml
+++ b/site/hugo.toml
@@ -1,6 +1,6 @@
-baseURL = 'https://culsans.site/'
+baseURL = 'https://lucia.garden/'
languageCode = 'en-us'
-title = 'culsans.site'
+title = 'lucia.garden'
theme = 'sine'
[menus]
@@ -14,5 +14,5 @@ theme = 'sine'
weight = 20
[[menus.main]]
name = 'git'
- url = 'https://git.culsans.site'
+ url = 'https://git.lucia.garden'
weight = 30