From a5efccca0c7f5fc684b811bffacdf89bdb1d15a4 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Mon, 18 Jul 2022 12:30:48 +0200 Subject: [PATCH] konfluks rename --- .gitignore | 9 +++++---- Dockerfile.scripts | 2 +- README.md | 21 ++++++++++----------- compose.yml | 12 ++++++------ config.toml | 2 +- feeds_list.txt | 2 +- feeds_list_timeline.txt | 2 +- makefile | 7 ------- 8 files changed, 25 insertions(+), 32 deletions(-) diff --git a/.gitignore b/.gitignore index 34c493f..08f041f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1,15 @@ *.lock +.DS_Store .env +.gitignore +.todo .venv/ /content/calendar/ /content/pen/ /content/shouts/ /content/social/ +/content/timeline/ /content/tv/ +/etags/ /public/ resources -/etags/ -.gitignore -.todo -.DS_Store diff --git a/Dockerfile.scripts b/Dockerfile.scripts index db0410b..b8b8993 100644 --- a/Dockerfile.scripts +++ b/Dockerfile.scripts @@ -4,7 +4,7 @@ RUN apk add --no-cache git bash WORKDIR /src/ -RUN git clone https://git.autonomic.zone/ruangrupa/lumbunglib /src/ +RUN git clone https://git.autonomic.zone/ruangrupa/konfluks /src/ RUN pip install -U -I setuptools pip diff --git a/README.md b/README.md index 371caa5..0721ec1 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,11 @@ [![Build Status](https://drone.autonomic.zone/api/badges/ruangrupa/lumbung.space/status.svg?ref=refs/heads/main)](https://drone.autonomic.zone/ruangrupa/lumbung.space) -> 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. +![lumbung.space logo](https://lumbung.space/img/alt-lumbung-logo.jpeg) -## FAQ +> lumbung.space is an online platform by and for the lumbung-interlokal and lumbung artists. Many of the artists and collectives invited for documenta fifteen are located far away from each other, with their own contextual realities and vulnerabilities. To be able to work together over such distances, the act of documenting the process, writing together, and keeping each other informed within the network is one of the most important parts of the process of building the lumbung. This process is known as harvesting. Thus, lumbung.space was made to provide a number of tools and a collective publishing outlet for this diverse network to experiment and share the collective processes through harvests. Like a vibrant archive and a digital living room, it allows connection, support, and sharing of knowledge. Learn more on [lumbung.space](https://lumbung.sace)... + +## Technical FAQ ### How does the CI/CD work? @@ -50,26 +49,26 @@ Do this manually first: ``` mkdir -p content python3 -m venv .venv && source .venv/bin/activate -pip install git+https://git.autonomic.zone/ruangrupa/lumbunglib +pip install git+https://git.autonomic.zone/ruangrupa/konfluks export CALENDAR_URL="https://cloud.lumbung.space/remote.php/dav/public-calendars/WbnHM8YdCkKT6bcT?export" export OUTPUT_DIR=content/calendar -lumbunglib-cal +konfluks-cal export OUTPUT_DIR=content/tv -lumbunglib-vid +konfluks-vid export OUTPUT_DIR=content/shouts -lumbunglib-feed # reads ./feeds_list.txt +konfluks-feed # reads ./feeds_list.txt export OUTPUT_DIR=content/social export MASTODON_AUTH_TOKEN=foobar -lumbunglib-hash +konfluks-hash ``` Afterwards, you can automatically run it with `make gen`. -After a `git pull`, you may need to run `pip install git+https://git.autonomic.zone/ruangrupa/lumbunglib` again. +After a `git pull`, you may need to run `pip install git+https://git.autonomic.zone/ruangrupa/konfluks` again. ### Manually deploying new images diff --git a/compose.yml b/compose.yml index 0f50fdd..d42a7b5 100644 --- a/compose.yml +++ b/compose.yml @@ -46,7 +46,7 @@ services: while true do echo 'generating tv posts...' - /usr/local/bin/lumbunglib-vid + /usr/local/bin/konfluks-vid sleep 300 done " @@ -63,7 +63,7 @@ services: while true do echo 'generating calendar posts...' - /usr/local/bin/lumbunglib-cal + /usr/local/bin/konfluks-cal sleep 400 done " @@ -82,7 +82,7 @@ services: while true do echo 'generating shouts posts...' - /usr/local/bin/lumbunglib-feed + /usr/local/bin/konfluks-feed sleep 500 done " @@ -101,7 +101,7 @@ services: while true do echo 'generating pen posts...' - /usr/local/bin/lumbunglib-feed + /usr/local/bin/konfluks-feed sleep 600 done " @@ -120,7 +120,7 @@ services: while true do echo 'generating social posts...' - /usr/local/bin/lumbunglib-hash + /usr/local/bin/konfluks-hash sleep 700 done " @@ -139,7 +139,7 @@ services: while true do echo 'generating timeline...' - /usr/local/bin/lumbunglib-timeline + /usr/local/bin/konfluks-timeline sleep 500 done " diff --git a/config.toml b/config.toml index d9ea68b..826c181 100644 --- a/config.toml +++ b/config.toml @@ -7,7 +7,7 @@ pluralizeListTitles = "false" [params] logo = "/img/logo.svg" favicon = "/img/favicon.ico" - description = 'a digital living room for artists' + description = 'a digital living room for the lumbung ekosistem' images = ['/img/logo.png'] title = 'lumbung dot space' diff --git a/feeds_list.txt b/feeds_list.txt index 37f3448..dbdcef1 100644 --- a/feeds_list.txt +++ b/feeds_list.txt @@ -8,7 +8,7 @@ https://gudskul.art/feed/ https://inland.org/feed/ https://jatiwangiartfactory.tumblr.com/rss/ https://projectartworks.org/feed/ +https://ruangrupa.id/feed/ https://wajukuuarts.wordpress.com/feed/ https://www.masartemasaccion.org/feed/?lang=en -https://ruangrupa.id/feed/ https://www.ruralschoolofeconomics.info/rss.xml diff --git a/feeds_list_timeline.txt b/feeds_list_timeline.txt index fbd1632..5d599cd 100644 --- a/feeds_list_timeline.txt +++ b/feeds_list_timeline.txt @@ -1 +1 @@ -https://pen.lumbung.space/feed/?post_type=timeline \ No newline at end of file +https://pen.lumbung.space/feed/?post_type=timeline diff --git a/makefile b/makefile index 6e61ffb..64d8afe 100644 --- a/makefile +++ b/makefile @@ -3,13 +3,6 @@ DEFAULT: serve serve: @hugo serve --watch -gen: - @CALENDAR_URL="https://cloud.lumbung.space/remote.php/dav/public-calendars/WbnHM8YdCkKT6bcT?export"; \ - OUTPUT_DIR=content/calendar; \ - lumbunglib-cal && \ - OUTPUT_DIR=content/tv lumbunglib-vid && \ - OUTPUT_DIR=content/shouts lumbunglib-feed - push-hugo: @docker build -t decentral1se/beta.lumbung.space -f Dockerfile.hugo . && \ docker push decentral1se/beta.lumbung.space