Fork me on GitHub

Other articles


  1. My new blog

    What I did to get it running:

    pip install pelican
    git clone git://github.com/pydanny/pydanny.github.com.git
    

    My settings.py file:

    AUTHOR = 'Daniel Greenfeld'
    DISQUS_SITENAME = 'pydanny'
    GITHUB_URL = 'https://github.com/pydanny'
    GOOGLE_ANALYTICS='UA-18066389-2'
    SITEURL = 'http://pydanny.github.com'
    SITENAME = 'pydanny'
    SOCIAL = (('twitter', 'http://twitter.com/pydanny'),
              ('github ...
    read more

    There are comments.

social