1
0
mirror of https://github.com/tiyn/beaker-blog.git synced 2025-04-02 15:37:46 +02:00
2020-05-24 17:36:31 +02:00
2020-05-23 13:14:10 +02:00
2020-05-24 17:33:42 +02:00
2020-05-24 17:33:42 +02:00
2020-05-24 17:33:42 +02:00
2020-05-24 17:36:31 +02:00
2020-05-24 17:33:42 +02:00

Python Flask Blog

This is a simple 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. You have to specify the filetype by extension.

Currently supported filetypes are:

  • HTML (.html)
  • Markdown (.md)

To-Do

  • CSS upgrade
Description
A blog system based on plain-files.
Readme GPL-3.0 223 KiB
Languages
Python 51.3%
HTML 26.5%
CSS 19.6%
Dockerfile 1.7%
Shell 0.9%