From f25531690f61c14b6ac2f0518d11a17b47537f3e Mon Sep 17 00:00:00 2001 From: Never Gude Date: Tue, 13 Jan 2026 17:37:03 +0100 Subject: [PATCH] SHARK --- Makefile | 4 +- about.html | 1 + articles/latex-endeavors.html | 1 + articles/random-linux-utils.html | 1 + articles/rsync-android.html | 6 +- dvd-logo.png | Bin 0 -> 52487 bytes index.html | 69 ++++++++++++++++++ pandoc/template.html | 1 + public_html/eh/eh/eh/eh-eh/about.html | 1 + public_html/eh/eh/eh/eh-eh/dvd-logo.png | Bin 0 -> 52487 bytes public_html/eh/eh/eh/eh-eh/index.html | 69 ++++++++++++++++++ .../eh/eh/eh/eh-eh/latex-endeavors.html | 1 + .../eh/eh/eh/eh-eh/random-linux-utils.html | 1 + public_html/eh/eh/eh/eh-eh/rsync-android.html | 6 +- public_html/eh/eh/eh/eh-eh/shark.js | 68 +++++++++++++++++ public_html/eh/eh/eh/eh-eh/shark.png | Bin 0 -> 115365 bytes public_html/eh/eh/eh/eh-eh/style.css | 12 ++- shark.js | 68 +++++++++++++++++ shark.png | Bin 0 -> 115365 bytes style.css | 12 ++- 20 files changed, 311 insertions(+), 10 deletions(-) create mode 100644 dvd-logo.png create mode 100644 public_html/eh/eh/eh/eh-eh/dvd-logo.png create mode 100644 public_html/eh/eh/eh/eh-eh/shark.js create mode 100644 public_html/eh/eh/eh/eh-eh/shark.png create mode 100644 shark.js create mode 100644 shark.png diff --git a/Makefile b/Makefile index 2120d17..ef7b8b7 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ articles := $(patsubst %.md,%.html,$(wildcard articles/*.md)) all: index.html about.html install: - cp -r index.html about.html $(articles) $(style) $(images) $(INSTALLDIR); \ + cp -r index.html about.html shark.js shark.png dvd-logo.png $(articles) $(style) $(images) $(INSTALLDIR); \ clean: echo '{"articles": []}' > $(article_list); \ @@ -40,7 +40,7 @@ $(articles): %.html: %.md index.html: index.md $(articles) # Build index.html with metadata injected from articles_list - pandoc $< --template $(template) --css $(style) --metadata-file $(article_list) --highlight-style zenburn --mathml --toc --output $@; \ + pandoc $< --template $(template) --include-after-body shark.js --css $(style) --metadata-file $(article_list) --highlight-style zenburn --mathml --toc --output $@; \ about.html: about.md pandoc $< --template $(template) --css $(style) --highlight-style zenburn --mathml --toc --output $@ diff --git a/about.html b/about.html index 58eca52..6aa5408 100644 --- a/about.html +++ b/about.html @@ -25,6 +25,7 @@ +