https://github.com/okfde/2020.okfn.de
https://github.com/okfde/2020.okfn.de
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/okfde/2020.okfn.de
- Owner: okfde
- Created: 2021-04-30T12:16:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-16T11:01:02.000Z (over 1 year ago)
- Last Synced: 2024-12-16T12:18:33.157Z (over 1 year ago)
- Language: Ruby
- Size: 87.5 MB
- Stars: 0
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tätigkeitsbericht 2020
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/2020.okfn.de.git \
&& cd 2020.okfn.de \
&& bundle install \
&& bundle exec jekyll serve
```