https://github.com/okfde/2023.okfn.de
Jahresbericht der OKF 2023
https://github.com/okfde/2023.okfn.de
Last synced: 6 months ago
JSON representation
Jahresbericht der OKF 2023
- Host: GitHub
- URL: https://github.com/okfde/2023.okfn.de
- Owner: okfde
- Created: 2024-05-27T10:22:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-19T08:30:47.000Z (about 1 year ago)
- Last Synced: 2025-06-19T09:34:47.591Z (about 1 year ago)
- Language: Ruby
- Size: 54 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tätigkeitsbericht 2023
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/2022.okfn.de.git \
&& cd 2022.okfn.de \
&& bundle install \
&& bundle exec jekyll serve
```