/flog

Flask based minimalist markdown blog

Primary LanguageCSSMIT LicenseMIT

Flog

An extremely simple and minimal Flask based Markdown Blog.

Usage

  1. Clone this repository in computer
  2. cd into the directory
  3. Run the following command
pip install -r requirements.txt
python flog.py
  1. Go to 127.0.0.1:5000

You can add posts in the posts directory as markdown files.