|
|
|
|
|
by subverting
4341 days ago
|
|
Too much work if you want anything modern. As in don't you want some tags to organize the posts? Don't you want an index of your tags, and an index of your posts? You'd need to edit by hand 10 files just to add a new post if you wanted those necessary features and yeah they are necessary if you're not just writing a diary for yourself. If that's the case you don't need a blog at all just a folder with text files on your machine. But I agree with you in that I like to just open up a text editor and start writing, so I use a script called "Bash Blog" which lets me do just that. The website it produces are static html files, and it uses a shell script to reassemble itself after every new post I created so I don't need to end up editing 10 files, but I still get all the useful features I mentioned above. http://cfenollosa.github.io/bashblog/ |
|