Compare commits
2 Commits
666daa2c92
...
4205d64ff6
Author | SHA1 | Date | |
---|---|---|---|
4205d64ff6 | |||
e9115e275d |
22
README.md
22
README.md
@ -7,13 +7,23 @@
|
|||||||
|
|
||||||
## Hacking
|
## Hacking
|
||||||
|
|
||||||
|
[Install Hugo](https://gohugo.io/getting-started/installing/).
|
||||||
|
|
||||||
|
### Generate the site
|
||||||
|
|
||||||
|
`hugo serve`
|
||||||
|
|
||||||
### Generate `lumbung[dot]space` posts
|
### Generate `lumbung[dot]space` posts
|
||||||
|
|
||||||
```
|
```
|
||||||
$ python3 -m venv .venv && source .venv/bin/activate
|
mkdir -p content
|
||||||
$ pip install -e git+https://git.autonomic.zone/ruangrupa/lumbunglib
|
python3 -m venv .venv && source .venv/bin/activate
|
||||||
$ export OUTPUT_DIR=
|
pip install git+https://git.autonomic.zone/ruangrupa/lumbunglib
|
||||||
$ export CALENDAR_URL="https://cloud.lumbung.space/remote.php/dav/public-calendars/WbnHM8YdCkKT6bcT?export"
|
|
||||||
$ lumbunglib-cal
|
export CALENDAR_URL="https://cloud.lumbung.space/remote.php/dav/public-calendars/WbnHM8YdCkKT6bcT?export"
|
||||||
$ lumbunglib-vid
|
export OUTPUT_DIR=content/calendar
|
||||||
|
lumbunglib-cal
|
||||||
|
|
||||||
|
export OUTPUT_DIR=content/video
|
||||||
|
lumbunglib-vid
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user