From bc5e56ae26e507ac09d8e57b1d5eb25cd9700c58 Mon Sep 17 00:00:00 2001 From: Erik Winter Date: Thu, 8 Apr 2021 07:28:00 +0200 Subject: [PATCH] text edit --- doc/code-walkthrough.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/code-walkthrough.adoc b/doc/code-walkthrough.adoc index 6ff160b..40d4291 100644 --- a/doc/code-walkthrough.adoc +++ b/doc/code-walkthrough.adoc @@ -11,7 +11,7 @@ One would expect a walk through the code of a self proclaimed “shitty” softw Originally I made the SSG to create one site. But it turned out to be not that hard to generalize it and now it generates: * My personal site: https://erikwinter.nl[https://erikwinter.nl] -* A second site with just the Dutch short stories: https://vrijkorteverhalen.nl[https://vrijkorteverhalen.nl] +* A second site with just the Dutch short stories: https://vrijkorteverhalen.nl _edit: I’ve decomissioned that site._ * A very basic note viewer for the terminal. As it felt weird to fire up a browser and go on the internet, just to view a note that was already sitting on my hard drive a few directories away. In the future I might add an export for a Gopher or a Gemini site and if the collection of notes grows I’ll probably improve the search somewhat. Now it only finds notes on tags or whole words. It displays them just in plain text. I will also probably dive more into shell escape codes and such to see if the apperance can be improved.