This is a Jekyll based webpage
-
Install Ruby
sudo apt install build-essential ruby ruby-dev dh-autoreconf -
Install Jekyll
sudo gem install jekyll -
Clone repo
git clone https://github.com/Lapikud/laphack.eu.git -
Serve the page (Use bash if on Windows)
cd laphack.eu jekyll serve --host 0.0.0.0
jekyll build
rsync -av _site/. [email protected]:/srv/http/laphack.eu/
A jenkins instance will automaticaly depoly any changes on git push.