summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--config/_default/hugo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index dd5d7de..75e7f0f 100644
--- a/Makefile
+++ b/Makefile
@@ -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!"