BlogA

License Build Status

DEPRECATED! Use veripress/veripress instead.

Introduction

This is a simple and clean blog app based on Flask, requiring Python 3.x. Demo: https://blogtang.github.io/blog-a-demo/.

Quick Start

You can quickly start your first BlogA site by the following commands:

git clone https://github.com/BlogTANG/blog-a.git my-blog
cd my-blog
pip3 install -r requirements.txt
python3 app.py apply-theme
python3 app.py

Then you can visit it at http://localhost:8080/.

Documentations

For more information on how to use BlogA, please read the documentations below.