25 lines
366 B
Markdown
25 lines
366 B
Markdown
start.ffhh
|
|
==========
|
|
|
|
Development
|
|
-----------
|
|
|
|
aptitude install jekyll
|
|
git clone git@github.com:freifunkhamburg/start-ffhh.git
|
|
cd start-ffhh/
|
|
jekyll serve -w
|
|
|
|
Deployment
|
|
----------
|
|
|
|
aptitude install jekyll
|
|
git clone https://github.com/freifunkhamburg/start-ffhh.git
|
|
cd start-ffhh
|
|
jekyll build
|
|
|
|
License
|
|
-------
|
|
|
|
https://creativecommons.org/licenses/by/4.0/
|
|
|