From 3674058cccd1113631826ed27351e5b39a602a2c Mon Sep 17 00:00:00 2001 From: Michael Murtaugh Date: Thu, 22 Dec 2022 12:25:34 -0500 Subject: [PATCH] little makefile changes, didn't actually work to set the section ids --- index.html | 24 ++++++++++++++++++------ makefile | 7 ++++++- 2 files changed, 24 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 7250f2f..ef6691c 100644 --- a/index.html +++ b/index.html @@ -37,7 +37,8 @@

View the call

-

public servers

+
+

public servers

Special Issues

@@ -70,7 +71,9 @@ Etherpad
The XPUB etherpad is another crucial piece of course self-hosted infrastructure. Etherpads are all about realtime group collaboration with a minimum of prescriptive structures. Pads are used heavily in the course as a means of collective note taking, planning, writing and annotation.
-

servers for students & staff

+
+
+

servers for students & staff

Hub

@@ -90,7 +93,9 @@ The course uses a mailing list provided by neighbor network
The hotline is a self-hosted Jitsi Meet server, an alternative to proprietary services like Zoom, Teams, and Meet.
-

2022

+
+
+

2022

Walkie Talkie

@@ -126,7 +131,9 @@ The course uses a mailing list provided by neighbor network Recorded audio presentation
-

2021

+
+
+

2021

SWAAT #00

@@ -141,11 +148,16 @@ The course uses a mailing list provided by neighbor network Recorded video presentation
-

colophon

+
+
+

colophon

This site is made with pandoc, markdown, and git.

-

apply to the course

+
+
+

apply to the course

Applications deadlines: March 7, 2023 (non-EU) and May 10, 2023 (EU)

Online open day: February 11, 2023

+
diff --git a/makefile b/makefile index 0977ef4..d7c4806 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,10 @@ index.html: index.md - pandoc --from markdown-implicit_figures --to html5 --css index.css --standalone index.md -o index.html + pandoc --from markdown-implicit_figures+auto_identifiers \ + --section-divs \ + --to html5 \ + --css index.css \ + --standalone index.md \ + -o index.html all: index.json