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
|
||||
run: cp static/all.ics public/all.ics
|
||||
- name: Update homepage with latest event
|
||||
run: |
|
||||
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
|
||||
run: upcoming="$(python tools/gen_upcoming.py static/all.ics 20 5 | tr '\n' ' ')" && sed -i "s#CALENDAR#$upcoming#g" public/index.html
|
||||
- uses: actions/upload-artifact@v4
|
||||
name: Upload pages
|
||||
with:
|
||||
|
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -98,3 +98,6 @@ $RECYCLE.BIN/
|
|||
.envrc
|
||||
shell.nix
|
||||
.direnv
|
||||
|
||||
# Python
|
||||
.venv
|
4
build.sh
4
build.sh
|
@ -3,9 +3,5 @@
|
|||
hugo $(cat .hugo-params)
|
||||
./tools/merge_cals.py
|
||||
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
|
||||
sed -i "s#CALENDAR#$upcoming#g" public/index.html
|
||||
cat public/index.html
|
||||
echo $upcoming
|
|
@ -1,10 +1,10 @@
|
|||
---
|
||||
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
|
||||
dtstart: 20250118T170000
|
||||
dtend: 20250118T230000
|
||||
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