|
|
|
|
|
by aswinmohanme
1533 days ago
|
|
Out of curiosity I converted my blog and blog posts to a collection of text files. I thought first about making a simple HTML file, but then thought if I have HTML there is nothing stopping me from adding CSS and JS to it. I wanted a bare minimum way for my writing to exist on the web and work well on the command line. Since we can't add links to text files, they follow the markdown format of links [link](url) where you have to manually copy paste the URL in the URL bar. The text is hard wrapped at 80 chars, and no indentation is used since it messes up the look on mobile. I love it, what do you people think ? Yeah or neh ? |
|