pydanny.github

所属分类:博客
开发工具:HTML
文件大小:7810KB
下载次数:0
上传日期:2018-03-07 14:27:42
上 传 者sh-1993
说明:  我的博客和编程网站。
(My blog and programming site.)

文件列表:
... ...

=========== My new blog =========== :date: 2012-02-17 00:30 :tags: python, blog :category: 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 = 'https://pydanny.github.com' SITENAME = 'pydanny' SOCIAL = (('twitter', 'http://twitter.com/pydanny'), ('github', 'https://github.com/pydanny'), ('facebook', 'http://www.facebook.com/daniel.greenfeld'),) TAG_FEED = 'feeds/%s.atom.xml' THEME='notmyidea' TWITTER_USERNAME = 'pydanny' How I push up entries and pages and themes:: pelican . -o . -s settings.py git commit -am "blogging here" git push Results! ======== https://pydanny.github.com

近期下载者

相关文件


收藏者