index — crispy-website @ ad7503246380682330925738092d4b9a9e54a971

My personal homepage (very crispy)

idea: remove hard wrapping
crispy-caesus crispy@crispy-caesus.eu
Wed, 25 Mar 2026 21:08:03 +0100
commit

ad7503246380682330925738092d4b9a9e54a971

parent

f559cbb98c689b002cb3e7298ee0afbfa99c6391

1 files changed, 7 insertions(+), 19 deletions(-)

jump to
M IDEA.mdIDEA.md

@@ -1,32 +1,20 @@

# 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. +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 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 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. Besides that I just think it's kinda cool. It would certainly be convenient to have code blocks and all kinds of other features markdown and the likes would offer me. I want to try how much I can just do in plain text though. -As this is a **web**site, I really want to add links. There are probably often -going to be a all kinds of sources and further resources I want to reference. I -also need some way to add attachments. My idea for this is to have some easy syntax for links which can also be links to attachments. The syntax would be {l \<text\>|\<link\>} for regular links and {a \<text\>|\<filename\>} for local attachments to be linked. +As this is a **web**site, I really want to add links. There are probably often going to be a all kinds of sources and further resources I want to reference. I also need some way to add attachments. My idea for this is to have some easy syntax for links which can also be links to attachments. The syntax would be {l \<text\>|\<link\>} for regular links and {a \<text\>|\<filename\>} for local attachments to be linked. #### **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'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. +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. +Each post directory would then have a predefined filename for the post itself and all other files will be presented as attachments.