I have 2 web repositories to store my wordpress blogs:
Sometimes I am boring to post the same content twice, especially when the content is longer. Login to admin panel -> post new -> submit, not quite efficient.
I plan to use 3 steps to make it more automatic in my spare-time:
-
use templates (Here I use Dreamweaver's .lbi and .tpl template). By put the templates in github, I can git clone or git pull anywhere whenever I want to write something.
-
write perl script to directly interact wordpress database instead of screen, which cover tag, publish date, category etc.
-
everytime when post, keep a copy in a mongo-based repository for integrate with other apps, since wordpress is hard to interact with others.
Probably Gist can be used to do some storages.