We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfed581 commit 02284fdCopy full SHA for 02284fd
Makefile
@@ -3,7 +3,7 @@
3
SCHEDULE_MANIFEST=src/_data/schedule.json
4
PRETALX_SCHEDULE=https://cfp.in.pycon.org/2025/schedule/export/schedule.json
5
6
-${SCHEDULE_MANIFEST}:
+${SCHEDULE_MANIFEST}: clean-schedule-info
7
curl -o ${SCHEDULE_MANIFEST} ${PRETALX_SCHEDULE}
8
9
schedule-info: ${SCHEDULE_MANIFEST}
src/_data/roomColors.json
@@ -0,0 +1,12 @@
1
+{
2
+ "Room 1": "#D6FF7B",
+ "Room 2": "#FFD0F9",
+ "Room 3": "#7BEDFF",
+ "Room 4": "#CFDBFF",
+ "Room 5": "#FFD0D1",
+ "Room 6": "#FFE47B",
+ "Room 7": "#D8C5FF",
+ "Track 1": "#D7FF7B",
10
+ "Track 2": "#D0DCFF",
11
+ "Track 3": "#FFD1F9"
12
+}
0 commit comments