diff options
-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!" |