update repository links to codeberg

This commit is contained in:
Erik Winter 2022-09-15 09:33:16 +02:00
parent 22b6d14dcb
commit c05217921b
2 changed files with 4 additions and 4 deletions

View File

@ -6,15 +6,15 @@ 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]
* My personal site: https://erikwinter.nl
* A second site with just the Dutch short stories: https://vrijkorteverhalen.nl
* 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.
_Edit: Ive changed some things since then, the links above might not work anymore._
_Edit: Ive changed some things since then, the domains above might not work anymore._
In the future I might add an export for a Gopher or a Gemini site and if the collection of notes grows Ill 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.
The code itself can be found https://git.ewintr.nl/shitty-ssg[here].
The code itself can be found https://codeberg.org/ewintr/shitty-ssg[here].
== Directories

View File

@ -76,4 +76,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 cant handle. But that is not important. It works for my problem. If I dont like something, I can fix it. If bug doesnt bother me, Ill 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.ewintr.nl/shitty-ssg[here]. See https://ewintr.nl/shitty-ssg/shitty-ssg-code-walkthrough/[here] for a high level overview. 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://codeberg.org/ewintr/shitty-ssg[here]. See https://ewintr.nl/shitty-ssg/shitty-ssg-code-walkthrough/[here] for a high level overview. 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.