Ask HN: I want to write my own CMS. Point me to some reading?
https://news.ycombinator.com/item?id=3771852My google-fu is lacking today and I am certain the HN community has a few bookmarks they can share...
I've had my website up since September. It is 100% hand generated and static. I like it that way. I would rather spend some time up front writing my own code over dealing with updating and protecting dynamic solutions such as WordPress, Django, Flask, etc.
What I would like to do, is code my own content generation system that I run locally. I don't want to use something like DreamWeaver, I simply want to be able to type up a post, run my script and have it spit out markup based on my templates. I've been doing all this work by hand and I recognize that it is slowing becoming daunting. I don't want to burn out on writing because the process is annoying.
I work in Python, but I'm willing to pick up a different language if there are libraries that are purpose built for this. I've tried searching, but I'm coming up empty. I have very little [read: no] experience parsing text like this, and I'm looking to learn.
What are some good resources that can get me started?
Thanks in advance!