Metadata-Version: 2.1
Name: wagtail-simple-blog
Version: 0.0.3
Summary: Wagtail Simple Blog
Home-page: https://github.com/realnoobs/wagtail_simple_blog
Author: Rizki Sasri Dwitama
Author-email: sasri.project@gmail.com
License: MIT
Project-URL: Documentation, https://github.com/realnoobs/wagtail_simpleblog
Project-URL: Source, https://github.com/realnoobs/wagtail_simpleblog
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: wagtail (<2.16,>=2.15)
Requires-Dist: django-mptt (>=0.13.4)
Requires-Dist: django-social-share (>=2.2.1)

# Wagtail Simple Blog

<p align="center">
  <a href="https://heroku.com/deploy?template=https://github.com/realnoobs/wagtail_simple_blog/tree/master" alt="Deploy to Heroku">
     <img width="150" alt="Deploy" src="https://www.herokucdn.com/deploy/button.svg"/>
  </a>
</p>

Simple Blog for Wagtail.

Install:

```shell
pip install wagtail-simple-blog
```


