From 63e439bccc90c378fd92ac87d388df498ba3d4b5 Mon Sep 17 00:00:00 2001 From: Kay Faraday Date: Sat, 3 Aug 2024 23:11:50 -0700 Subject: [PATCH] add rules --- Makefile | 9 ++++++++- index.j2.html | 2 +- rules.j2.html | 24 ++++++++++++++++++++++++ 3 files changed, 33 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fa08156..19ce36f 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,9 @@ -index.html: index.j2.html +PAGES = index.html rules.html + +all: $(PAGES) + +clean: + rm $(PAGES) + +%.html: %.j2.html base.j2.html j2 $< > $@ diff --git a/index.j2.html b/index.j2.html index 0befe18..6297645 100644 --- a/index.j2.html +++ b/index.j2.html @@ -2,7 +2,7 @@ {% block title %}Freak University{% endblock title%} {% block content %} -

Welcome to Freak University! There used to be a public fediverse instance here, but not anymore. However, we are working on restoring some of the affiliated services, and those restored are listed below.

+

Welcome to Freak University! There used to be a public fediverse instance here, but not anymore. However, we are working on restoring some of the affiliated services, and those restored are listed below. Please read the rules before using any of these services.