lumbung.space/README.md

24 lines
728 B
Markdown
Raw Normal View History

2021-12-15 11:10:02 +00:00
# living room
2021-12-15 09:53:32 +00:00
2021-12-15 11:10:02 +00:00
> A new attempt to bring together the ideas of the "splash" page, "portal" page
> 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.
2021-12-15 11:31:46 +00:00
## Hacking
### Generate `lumbung[dot]space` posts
```
2021-12-15 11:35:29 +00:00
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
2021-12-15 11:31:46 +00:00
```