generation docs

This commit is contained in:
cellarspoon 2021-12-15 12:31:46 +01:00
parent d4ac4f1e2d
commit 666daa2c92
No known key found for this signature in database
GPG Key ID: 03789458B3D0C410
1 changed files with 13 additions and 0 deletions

View File

@ -4,3 +4,16 @@
> and a comfortable digital "living room" experience for lumbung[dot]space.
> This is a work in progress. The end goal of this is to have a new design and
> implementation for [`lumbung.space`](https://lumbung.space) for January 2022.
## Hacking
### Generate `lumbung[dot]space` posts
```
$ python3 -m venv .venv && source .venv/bin/activate
$ pip install -e git+https://git.autonomic.zone/ruangrupa/lumbunglib
$ export OUTPUT_DIR=
$ export CALENDAR_URL="https://cloud.lumbung.space/remote.php/dav/public-calendars/WbnHM8YdCkKT6bcT?export"
$ lumbunglib-cal
$ lumbunglib-vid
```