This project support Wagtail 2.0 now! If you want a working version for Wagtail 1.13, check the tag.
This project is developed exclusively for Wagtail Tutorial Build Blog With Wagtail CMS, which shows people how to create a Wagtail blog using Bootstrap step by step. You can also import it into your Django project to quickly add professional blog function based on Wagtail.
I have deployed a live Wagtail Blog Demo on my Linode VPS, you can check it Wagtail Blog Live Demo.
The admin page of this live demo is blog admin , you can use admin:admin to login and publish articles as you like. To avoid somebody sends spam, the database would be reset every half hour, so do not be surprised if your article is gone.
You can check this page for more detail. Wagtail Blog Demo is now available
git clone https://github.com/michael-yin/wagtail-bootstrap-blog.git
cd wagtail-bootstrap-blog
git checkout master
# setup virtualenv
pip install -r requirements.txt
./manage.py runserver
#http://127.0.0.1:8000/blog