Menu

Tree [8d8ac6] master /
 History

HTTPS access


File Date Author Commit
 autoblog 2011-04-28 Zach Denton Zach Denton [8d8ac6] updates to default template; version 0.3
 .gitignore 2011-03-09 Zach Denton Zach Denton [cac577] scour the internet for feeds
 MANIFEST.in 2011-03-09 Zach Denton Zach Denton [a908bc] added three new filters
 README.markdown 2011-03-08 Zach Denton Zach Denton [ec7953] replace Rakefile with manage.py.
 TODO 2011-03-08 Zach Denton Zach Denton [4e7e26] added TODO
 autoblog-admin.py 2011-03-08 Zach Denton Zach Denton [be66df] django-admin style management commands.
 setup.py 2011-03-09 Zach Denton Zach Denton [91de31] new filters + ping function

Read Me

Autoblog

Python+Jekyll powered.

Usage

Start a new blog with
autoblog-admin.py init <sitename></sitename>

Configure the settings.py

To update the posts,
./manage.py update

To build the site,
rake build

To deploy,
rake deploy