Skip to content

ljluestc/wagtail-bootstrap-blog

 
 

Repository files navigation

Introduction

Build Status

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.

Project Detail

  • Python 3
  • Django 2
  • Wagtail 2
  • Bootstrap 4

Live Demo

I have deployed a live Wagtail Blog Demo on Heroku, 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.

The database and media files would be reset after a while, so do not be surprised if your article is gone.

Run it in local env

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
# username: admin  password: admin

If you have any problem with your Wagtail project you can contact me

ScreenShot

About

Wagtail blog based on Bootstrap 4, support Markdown and Latex

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 60.2%
  • HTML 27.4%
  • CSS 9.7%
  • Dockerfile 1.3%
  • JavaScript 1.1%
  • Makefile 0.2%
  • Shell 0.1%