diff options
author | Michał M. Sapka <michal@sapka.me> | 2023-02-05 15:36:10 +0100 |
---|---|---|
committer | Michał M. Sapka <michal@sapka.me> | 2023-02-05 15:36:10 +0100 |
commit | 3a772dd863f7dc29dcaab112024b4a24a658f23a (patch) | |
tree | 3289b662ddda59a79b9b8ef8e76fa2cb81ed9f5a /config.toml | |
parent | 3c19d84d4b9e41f34c1df2671cbff32df9e3b6d1 (diff) |
chore: migration part 2
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config.toml b/config.toml index 6eaba90..c236da4 100644 --- a/config.toml +++ b/config.toml @@ -1,7 +1,8 @@ -baseURL = 'https://michal.sapka.me' +baseURL = 'https://d-s.sh' languageCode = 'en-us' -title = "Michal's website" -tagline = "a" +title = "d-s" +tagline = "Hello do d-s's weblog!" [params] defaultDescription = "Welcome to my blog!" plausibleDomain = "d-s.sh" + |