_data | ||
_includes | ||
_layouts | ||
css | ||
.gitignore | ||
_config.yml | ||
index.html | ||
README.md |
start.ffhh
Add a service
The list of all services is located at _data/services.yaml
. You can use this file to sort the services and add new ones.
Development
aptitude install jekyll
git clone git@github.com:freifunkhamburg/start-ffhh.git
cd start-ffhh/
jekyll serve -w
Deployment
cd /var/www/start-ffhh/
git pull
jekyll build