more docs

This commit is contained in:
cellarspoon 2021-12-15 12:35:29 +01:00
parent 666daa2c92
commit e9115e275d
No known key found for this signature in database
GPG Key ID: 03789458B3D0C410
1 changed files with 10 additions and 6 deletions

View File

@ -10,10 +10,14 @@
### 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
mkdir -p content
python3 -m venv .venv && source .venv/bin/activate
pip install git+https://git.autonomic.zone/ruangrupa/lumbunglib
export CALENDAR_URL="https://cloud.lumbung.space/remote.php/dav/public-calendars/WbnHM8YdCkKT6bcT?export"
export OUTPUT_DIR=content/calendar
lumbunglib-cal
export OUTPUT_DIR=content/video
lumbunglib-vid
```