website

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit b6ebcce6acd9ded9506c44f42ddbf1be479cb40c
parent 878a2b20d7854cae60b0b2b03695118c4a863060
Author: Linus <93053722+linusbehrens@users.noreply.github.com>
Date:   Thu, 31 Jul 2025 21:45:39 +0200

Create README.md
Diffstat:
AREADME.md | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,12 @@ +# Website with saait + +```sh +for file in markdown/*.md; do pandoc "$file" -o "html/$(basename "${file%.md}.html")"; done +``` + +```sh +rm output/*css +cp css/* output +find pages -type f -name '*.cfg' -print0 | sort -zr | xargs -0 saait +``` +