work on gemini distribution

This commit is contained in:
2026-05-03 18:20:26 +02:00
parent 80c3617562
commit b3fd193c40
2 changed files with 16 additions and 6 deletions
+11 -1
View File
@@ -5,13 +5,23 @@ RES_DIR = res
PAGES_DIR = $(SRC_DIR)/pages PAGES_DIR = $(SRC_DIR)/pages
BLOG_DIR = $(SRC_DIR)/blog BLOG_DIR = $(SRC_DIR)/blog
DIST_DIR = dist DIST_DIR = dist
GEMINI_DIST_DIR = dist_gemini
BUILD_DIR = build BUILD_DIR = build
PAGES = $(notdir $(wildcard $(PAGES_DIR)/*.html)) PAGES = $(notdir $(wildcard $(PAGES_DIR)/*.html))
BLOG_PAGES = $(wildcard $(BLOG_DIR)/*.md) BLOG_PAGES = $(wildcard $(BLOG_DIR)/*.md)
TARGETS = $(addprefix $(DIST_DIR)/,$(PAGES)) TARGETS = $(addprefix $(DIST_DIR)/,$(PAGES))
GEMINI_TARGETS = $(addprefix $(GEMINI_DIST_DIR)/,$(patsubst %.html, %.md, $(PAGES)))
all: $(PAGES_DIR)/blog.html $(TARGETS) favicon all: $(PAGES_DIR)/blog.html $(TARGETS)
mkdir_gemini:
mkdir -p $(GEMINI_DIST_DIR)
$(GEMINI_DIST_DIR)/%.md: $(DIST_DIR)/%.html
pandoc -f html -t markdown $(DIST_DIR)/$*.html -o $(GEMINI_DIST_DIR)/$*.md
gemini: all $(GEMINI_TARGETS) | mkdir_gemini
watch: watch:
find ./$(SRC_DIR) -iname '*.html' -o -name "*.css" | entr -d make -f ./Makefile ; find ./$(SRC_DIR) -iname '*.html' -o -name "*.css" | entr -d make -f ./Makefile ;
+5 -5
View File
@@ -8,16 +8,16 @@ website.</p>
<h2 id="motivation">Motivation</h2> <h2 id="motivation">Motivation</h2>
<p>The motivation came of course from frustration with modern sites and <p>The motivation came of course from frustration with modern sites and
a bit of nostalgia. But mainly I wanted the <a href="now.html">now()</a> a bit of nostalgia. But mainly I wanted the <a href="now.html">now()</a>
and the <a href="about.html">about()</a> pages. They provide me with a and the <a href="about.html">about()</a> pages. They provide me with
public place to document what Im on and what I believe and give me a a public place to document what Im on and what I believe and give me a
corrective. I cant remember where I read about it the first time, but I correctiv. I cant remember where I read about it the first time, but I
thought the idea was neat. Especially as more of a private person, it thought the idea was neat. Especially as more of a private person, it
motivates me to keep going with things when I imagine people reading motivates me to keep going with things when I imagine people reading
this.</p> this.</p>
<p>The design of this page is as bad as it is, because for once, it was <p>The design of this page is as bad as it is, because for once, it was
the style at the time (be happy I dont include a the style at the time (be happy I dont include a
<code>&lt;marquee&gt;</code> tag. Worst loss of the net…) and secondly: <code>&lt;marquee&gt;</code> tag. After all. Why not.) and secondly: I
I just suck at it. Deal with it :)</p> just suck at it. Deal with it :)</p>
<p>Having programmed some time with modern JS/TS frameworks Im a stark <p>Having programmed some time with modern JS/TS frameworks Im a stark
oppponent of this whole technology stack. It just adds - layers and oppponent of this whole technology stack. It just adds - layers and
layers - of - complexity over complexity - nobody ever got any chance to layers - of - complexity over complexity - nobody ever got any chance to