• Blogs (9)
    • 📱 236 - 992 - 3846

      đź“§ jxjwilliam@gmail.com

    • Version: ‍🚀 1.1.0
  • Wordpress Blog Templates: https://github.com/williamjxj/wordpress_blog_template

    Blogs20132013-08-07


    Wordpress Blog Templates

    I have 2 web repositories to store my WordPress blogs:

    Sometimes it is boring to post the same content twice, especially when the content is longer. Login to admin panel -> post new -> submit, not quite efficient.

    Solution

    I plan to use 3 steps to make it more automatic in my spare-time:

    1. 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. The templates are currently accessible at:

      https://github.com/williamjxj/wordpress_blog_template

    2. Write perl scripts to directly interact WordPress database instead of screen, which cover tag, publish date, category etc.
    3. Every time when post, keep a copy in a mongo-based repository for integrating with other apps.

    By the way, this template was done by Dreamweaver, and using Git Gui + Gui Shell to manage (need a ssh-key first).

    Probably Gist can be used to do some storage.