Simple blog package developed with Django.
Features:
- Dynamic blog articles
- Blog pages
- Contact us page (configurable)
- google analytics
- SEO compliant
Install microblog using the following command:
pip install microblog (or) git clone git://github.com/micropyramid/microblog.git cd microblog python setup.py install
After installing/cloning this, add the following settings in the virtual env/bin/activate file:
# Disquss details DISQUSSHORTNAME="Your Disquss Short Name" export DISQUSSHORTNAME
Use virtualenv to install requirements:
pip install -r requirements.txt
You can try it by hosting on your own or deploy to Heroku with a button click.
Deploy To Heroku:
We welcome your feedback and support, raise issues if you want to see a new feature or report a bug.
https://github.com/MicroPyramid/micro-blog/issues
You can view the complete documentation at http://micro-blog.readthedocs.org/en/latest/?badge=latest