A blog system based on plain-files.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
TiynGER c5577ce69b
adding requirements and readme
5 years ago
static/css adding requirements and readme 5 years ago
templates adding requirements and readme 5 years ago
README.md adding requirements and readme 5 years ago
app.py initial commit 5 years ago
requirements.txt adding requirements and readme 5 years ago

README.md

Python Flask Blog

This is a blog based on Pythons Flask framework.

Installation

  • pip3 install requirements.txt - install depenencies

Usage

  • run python app.py
  • blog is available on port 5000

Create entries

Blog entries are managed by plain html files in the templates/entry/ directory. The first line of each document is reserved as the title of the document.