https://github.com/okfde/2018.okfn.de
Tätigkeitsbericht 2018
https://github.com/okfde/2018.okfn.de
Last synced: 6 months ago
JSON representation
Tätigkeitsbericht 2018
- Host: GitHub
- URL: https://github.com/okfde/2018.okfn.de
- Owner: okfde
- Created: 2019-05-17T15:38:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T05:17:07.000Z (almost 4 years ago)
- Last Synced: 2024-04-14T20:15:33.129Z (over 2 years ago)
- Language: Ruby
- Size: 37.2 MB
- Stars: 1
- Watchers: 13
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tätigkeitsbericht 2018
Jekyll-Seite, benutzt [okf-pub-theme](https://github.com/okfde/okf-pub) als Theme.
## Lokal laufen lassen.
Das Repo clonen, hinein gehen, Abhängigkeiten installieren, Jekyll starten.
``` bash
$ git clone git@github.com:okfde/taetigkeitsbericht.okfn.de.git \
&& cd taetigkeitsbericht.okfn.de \
&& bundle install \
&& bundle exec jekyll serve
```