From 60853fcbe2e869b6983ecffe07b0f46ed0905d76 Mon Sep 17 00:00:00 2001 From: Erik Winter Date: Thu, 31 Dec 2020 09:20:38 +0100 Subject: [PATCH] text edit --- doc/why-i-built-my-own-shitty-static-site-generator.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/why-i-built-my-own-shitty-static-site-generator.adoc b/doc/why-i-built-my-own-shitty-static-site-generator.adoc index b7ab1a1..824fb85 100644 --- a/doc/why-i-built-my-own-shitty-static-site-generator.adoc +++ b/doc/why-i-built-my-own-shitty-static-site-generator.adoc @@ -81,4 +81,4 @@ So, my advise is to be aware of the restrictions and the hidden models of the to In the title, I mention that my generator is “shitty” and it is. It does not have many features. It is riddled with bugs and edge cases that it can’t handle. But that is not important. It works for my problem. If I don’t like something, I can fix it. If bug doesn’t bother me, I’ll let it be. Like all creative endevours, it is important to just start and get it out. You can always improve it later. -I put the source online [https://git.sr.ht/~ewintr/shitty-ssg]here. Not for people to blindly copy and run (why would you?), but to give some inspiration for people who are still on the fence. To show them that shitty does not have to be hard and that it can be good enough, as long as it is the right kind of shitty. _Your_ kind of shitty. +I put the source online https://git.sr.ht/~ewintr/shitty-ssg[here]. Not for people to blindly copy and run (why would you?), but to give some inspiration for people who are still on the fence. To show them that shitty does not have to be hard and that it can be good enough, as long as it is the right kind of shitty. _Your_ kind of shitty.