summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.toml4
-rwxr-xr-xpublish.sh6
2 files changed, 5 insertions, 5 deletions
diff --git a/config.toml b/config.toml
index dfaa22d..ff50599 100644
--- a/config.toml
+++ b/config.toml
@@ -1,7 +1,7 @@
-baseURL = 'http://vasthecat.ru/'
+baseURL = 'http://vasthecat.com/'
enableRobotsTXT = true
languageCode = 'ru-ru'
-title = 'vasthecat.ru'
+title = 'vasthecat.com'
theme = 'smol'
# Header
diff --git a/publish.sh b/publish.sh
index 031545d..2841df1 100755
--- a/publish.sh
+++ b/publish.sh
@@ -2,6 +2,6 @@
mkdir -p ./public
rm -r ./public/*
hugo
-ssh root@vasthecat.ru 'rm -r /var/www/vasthecat.ru/*'
-scp -r ./public/* root@vasthecat.ru:/var/www/vasthecat.ru/
-ssh root@vasthecat.ru 'chown -R www-data:www-data /var/www/vasthecat.ru/'
+ssh root@vasthecat.com 'rm -r /var/www/vasthecat.com/*'
+scp -r ./public/* root@vasthecat.com:/var/www/vasthecat.com/
+ssh root@vasthecat.com'chown -R www-data:www-data /var/www/vasthecat.com/'