compile script adjusted for local compilation, fixed link on power button

This commit is contained in:
2024-10-16 09:05:33 +02:00
parent a4d649649f
commit 17e0286219
4 changed files with 114 additions and 37 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/bash
export GEM_HOME="$HOME/gems"
export PATH="$HOME/gems/bin:$PATH"
export GEM_HOME="./.gems"
export PATH="./.gems/bin:$PATH"
bundle exec jekyll build
scp -v -P 5055 -r _site/* root@earth.koneko.at:/var/www/portal/