What started out as an experiment with GIT and Python ended up being something I’ll probably keep.
The beauty of this new blog is that it’s really easy for me to write new posts, as with WordPress I need to login, hit Add New, fill in all the fields and hit publish. However with the new one I can just type in:
python ../post.py Some Title Here
It will chuck out a template with the title and date filled in, and open it in vim (Or any other editor, can be modified), after that I just write down what I want, save the file and exit the editor, and it will automatically be uploaded to the blog.
This is all done through the GIT Source Code Management system, although it is now more of a Content Management System in this case, it will save the posts in a specified location in the repository and as soon as it hits the server a python script will run that will chuck out static html with all the posts and css and w/e.
I’ll probably post more on http://blog.xeross.nl/ (Has been taken offline) and keep this more EVE focused.
Regards, Xeros