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 | |
parent | f4ce5b3c920cce87091366cac9bb2218d67492d7 (diff) |
feat: move to dune
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | config/_default/hugo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -26,7 +26,7 @@ remove_exif: done; upload: source_dir="public/"; \ - dest_server="mms@michal.sapka.me:/var/www/htdocs/michal.sapka.me"; \ + dest_server="mms@10.0.7.0:/usr/local/sites/site-crys"; \ rsync -irtvzP --delete "$$source_dir" "$$dest_server"; \ echo "Rsync completed." interlace_images: 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!" |