Seite initial aufgebaut.

This commit is contained in:
Sr. Rolando 2018-01-12 14:00:00 +01:00
parent adcff1e7de
commit 23a25812b2
31 changed files with 56 additions and 590 deletions

View file

@ -1,3 +0,0 @@
#!/bin/bash
gem install jekyll jekyll-paginate jemoji html-proofer

View file

@ -1,4 +0,0 @@
#!/bin/bash
sudo iptables -I INPUT -p tcp --dport 4000 -j ACCEPT
jekyll serve --watch --host "0.0.0.0" --baseurl ""

View file

@ -1,4 +0,0 @@
#!/bin/bash
sudo iptables -I INPUT -p tcp --dport 4000 -j ACCEPT
JEKYLL_ENV=production jekyll serve --host "0.0.0.0" --baseurl ""

View file

@ -1,3 +0,0 @@
#!/bin/bash
JEKYLL_ENV=production jekyll serve --host "127.0.0.1" --baseurl ""