IDEA.md (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 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.
## 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.
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.
#### **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.
|