update repository links to codeberg
This commit is contained in:
parent
22b6d14dcb
commit
c05217921b
|
@ -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:
|
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 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.
|
* 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: I’ve changed some things since then, the links above might not work anymore._
|
_Edit: I’ve 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 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.
|
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.
|
||||||
|
|
||||||
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
|
== Directories
|
||||||
|
|
||||||
|
|
|
@ -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 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.
|
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.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.
|
||||||
|
|
Loading…
Reference in New Issue