Skip to content
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.
/ blog-a Public archive

(DEPRECATED) A blog app written in Python.

License

Notifications You must be signed in to change notification settings

verilab/blog-a

Repository files navigation

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.