From 2f77b3ceaa2989d944296c572a07b2caee39d9d4 Mon Sep 17 00:00:00 2001 From: Taylan Kammer Date: Mon, 12 Jan 2026 08:03:38 +0100 Subject: Update HTML stuff. --- html/gen.sh | 15 ++++++++------- html/index.md | 2 +- html/prelude.html | 4 ++-- 3 files changed, 11 insertions(+), 10 deletions(-) (limited to 'html') diff --git a/html/gen.sh b/html/gen.sh index 03ae570..ad362c7 100755 --- a/html/gen.sh +++ b/html/gen.sh @@ -26,13 +26,14 @@ md2ht() { } > "$dst" } -md2ht index.md index.html +md2ht index.md zisp/index.html +cp style.css zisp/ for file in ../notes/*.md do name=${file#../notes/} name=${name%.md} - md2ht "$file" "notes/$name.html" + md2ht "$file" "zisp/notes/$name.html" done shopt -s globstar @@ -43,17 +44,17 @@ do name=${name%.md} dir=${file#../} dir=${dir%/*} - mkdir -p "$dir" - md2ht "$file" "docs/$name.html" + mkdir -p "zisp/$dir" + md2ht "$file" "zisp/docs/$name.html" done for file in ../docs/**/*.txt do dir=${file#../} dir=${dir%/*} - mkdir -p "$dir" - dest=docs/${file#../docs/} + mkdir -p "zisp/$dir" + dest=zisp/docs/${file#../docs/} cp "$file" "$dest" done -rsync -a ./ tk:/var/www/html/zisp +rsync -a zisp tk:/var/www/html diff --git a/html/index.md b/html/index.md index cc9091c..f8fe67c 100644 --- a/html/index.md +++ b/html/index.md @@ -1,4 +1,4 @@ -# Zisp: A full-stack Lisp for the 21st Century +# Zisp: A full-stack Lisp for the 22nd Century Zisp is my experimental language project that first started with the idea of writing a simple Scheme implementation in Zig, just to learn diff --git a/html/prelude.html b/html/prelude.html index 14a155b..84ee345 100644 --- a/html/prelude.html +++ b/html/prelude.html @@ -4,8 +4,8 @@ __TITLE__ - - + +