removed test code and removed filmabend
This commit is contained in:
parent
c5a5ae90d0
commit
dec4fce900
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
@ -63,10 +63,7 @@ jobs:
|
||||||
- name: Copy calendar to output dir
|
- name: Copy calendar to output dir
|
||||||
run: cp static/all.ics public/all.ics
|
run: cp static/all.ics public/all.ics
|
||||||
- name: Update homepage with latest event
|
- name: Update homepage with latest event
|
||||||
run: |
|
run: upcoming="$(python tools/gen_upcoming.py static/all.ics 20 5 | tr '\n' ' ')" && sed -i "s#CALENDAR#$upcoming#g" public/index.html
|
||||||
upcoming="$(python tools/gen_upcoming.py static/all.ics 20 5 | tr '\n' ' ')" && sed -i "s#CALENDAR#$upcoming#g" public/index.html
|
|
||||||
echo $upcoming
|
|
||||||
cat public/index.html
|
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
name: Upload pages
|
name: Upload pages
|
||||||
with:
|
with:
|
||||||
|
|
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -97,4 +97,7 @@ $RECYCLE.BIN/
|
||||||
# NixOS:
|
# NixOS:
|
||||||
.envrc
|
.envrc
|
||||||
shell.nix
|
shell.nix
|
||||||
.direnv
|
.direnv
|
||||||
|
|
||||||
|
# Python
|
||||||
|
.venv
|
6
build.sh
6
build.sh
|
@ -3,9 +3,5 @@
|
||||||
hugo $(cat .hugo-params)
|
hugo $(cat .hugo-params)
|
||||||
./tools/merge_cals.py
|
./tools/merge_cals.py
|
||||||
upcoming="$(tools/gen_upcoming.py static/all.ics 20 5 | tr '\n' ' ')"
|
upcoming="$(tools/gen_upcoming.py static/all.ics 20 5 | tr '\n' ' ')"
|
||||||
echo $upcoming
|
|
||||||
cat public/index.html
|
|
||||||
cp static/all.ics public/all.ics
|
cp static/all.ics public/all.ics
|
||||||
sed -i "s#CALENDAR#$upcoming#g" public/index.html
|
sed -i "s#CALENDAR#$upcoming#g" public/index.html
|
||||||
cat public/index.html
|
|
||||||
echo $upcoming
|
|
|
@ -1,10 +1,10 @@
|
||||||
---
|
---
|
||||||
title: "Bastelabend"
|
title: "Bastelabend"
|
||||||
subtitle: "Der Bastel- und Filmeabend jeden 1. und 3. Samstag im Monat"
|
subtitle: "Der Bastelabend jeden 1. und 3. Samstag im Monat"
|
||||||
date: 2025-01-08T20:00:00+02:00
|
date: 2025-01-08T20:00:00+02:00
|
||||||
dtstart: 20250118T170000
|
dtstart: 20250118T170000
|
||||||
dtend: 20250118T230000
|
dtend: 20250118T230000
|
||||||
rrule: "FREQ=MONTHLY;BYDAY=1SA,3SA;WKST=MO"
|
rrule: "FREQ=MONTHLY;BYDAY=1SA,3SA;WKST=MO"
|
||||||
---
|
---
|
||||||
|
|
||||||
**Jeden 1. und 3. Samstag im Monat ist ab 17 Uhr Bastel- und Filmeabend im Club.**
|
**Jeden 1. und 3. Samstag im Monat ist ab 17 Uhr Bastelabend im Club.**
|
Loading…
Reference in a new issue