Front page for lumbung.space
Go to file
Aadil Ayub 10d06b0a10 minor formatting 2022-01-01 20:45:49 +05:00
archetypes shuffle hugo setup to the front 2021-12-15 12:08:23 +01:00
themes/lumbung-theme minor formatting 2022-01-01 20:45:49 +05:00
.gitignore add .venv to gitignore 2021-12-17 14:25:01 +05:00
Dockerfile shuffle hugo setup to the front 2021-12-15 12:08:23 +01:00
README.md Add auto reload 2021-12-15 13:21:15 +01:00
compose.yml shuffle hugo setup to the front 2021-12-15 12:08:23 +01:00
config.toml shuffle hugo setup to the front 2021-12-15 12:08:23 +01:00
makefile add watch flag 2021-12-15 13:22:30 +01:00

README.md

living room

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 for January 2022.

Hacking

Install Hugo.

Generate the site

hugo serve --watch

Generate lumbung[dot]space posts

Do this manually first:

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

Afterwards, you can automatically run it with make gen.