From cd3f23744f7df2c7fea395ba12f24707c2e3eb8c Mon Sep 17 00:00:00 2001 From: Neko Date: Sat, 17 Jul 2021 19:06:55 +0200 Subject: [PATCH] changed compile script, fixed title on mobile --- assets/css/custom.css | 1 + compile.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/assets/css/custom.css b/assets/css/custom.css index 56bf149..f79abbd 100755 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -35,6 +35,7 @@ header { padding-left: 20px; padding-right: 20px; text-align: center; + word-wrap: break-word; } header * { diff --git a/compile.sh b/compile.sh index 90f8816..219f53e 100755 --- a/compile.sh +++ b/compile.sh @@ -2,3 +2,4 @@ export GEM_HOME="$HOME/gems" export PATH="$HOME/gems/bin:$PATH" bundle exec jekyll build +scp -r _site/* root@earth.koneko.at:/var/www/portal/