IDEA: create
crispy-caesus crispy@crispy-caesus.eu
Fri, 20 Mar 2026 02:11:51 +0100
1 files changed,
34 insertions(+),
0 deletions(-)
jump to
A
IDEA.md
@@ -0,0 +1,34 @@
+# Ideas +I try to document the structual ideas for the website in this file. + +I will also try to embed this file into my site at some point. But I still +gotta adapt the MD parser first. + +## Blog +#### **Text format** +I want to write my blog posts in plain text - no markdown, no embedded files, +just plain text. + +I kind of just like the pureness of this approach; everything I want to say +will have to be brought across using only the language itself. Basic formatting +for bold and italic text certainly help highlight ideas and tone, but I would +rather get to a point where I can set these myself, entirely thorugh the words +I use. I will probably write a post on this at some point. + +I also like the idea of already writing the text with newlines after 79 +characters. I'll have to see how well this will play out with different screen +sizes though. + +Attachments will just be at the bottom of the page and I'll try to refer to +them by a meaningful name that will be displayed somewhere around each file. + +#### **Directory structure** +I'd like to have the title and release date of each post to be the directory +name they are contained in. + +I believe this would be convenient for parsing the post list without first +having to open a bunch of files or even write info down in separate files in +double. + +Each post directory would then have a predefined filename for the post itself +and all other files will be presented as attachments.