diff options
author | User Mms <mms@voyager.local> | 2024-10-16 10:39:59 +0200 |
---|---|---|
committer | User Mms <mms@voyager.local> | 2024-10-16 10:39:59 +0200 |
commit | b29c885dd8a4fad3a1e6b12e02fbd501f2edb7fc (patch) | |
tree | 5af8b0a97f1086897658c808fa5d2cb2a40d825d /config | |
parent | f4ce5b3c920cce87091366cac9bb2218d67492d7 (diff) |
feat: move to dune
Diffstat (limited to 'config')
-rw-r--r-- | config/_default/hugo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/_default/hugo.toml b/config/_default/hugo.toml index d60b41f..801ad9e 100644 --- a/config/_default/hugo.toml +++ b/config/_default/hugo.toml @@ -1,4 +1,4 @@ -baseURL = 'https://michal.sapka.me' +baseURL = 'https://crys.site' languageCode = 'en-us' title = "Michał Sapka's website" tagline = "Hello do Michał's weblog!" |