Autoblog Code
Status: Beta
Brought to you by:
zdenton
File | Date | Author | Commit |
---|---|---|---|
autoblog | 2011-04-28 |
![]() |
[8d8ac6] updates to default template; version 0.3 |
.gitignore | 2011-03-09 |
![]() |
[cac577] scour the internet for feeds |
MANIFEST.in | 2011-03-09 |
![]() |
[a908bc] added three new filters |
README.markdown | 2011-03-08 |
![]() |
[ec7953] replace Rakefile with manage.py. |
TODO | 2011-03-08 |
![]() |
[4e7e26] added TODO |
autoblog-admin.py | 2011-03-08 |
![]() |
[be66df] django-admin style management commands. |
setup.py | 2011-03-09 |
![]() |
[91de31] new filters + ping function |
Python+Jekyll powered.
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