Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 367 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 367 Bytes

MinimalPythonBlog

Purpose

Minimalist static site generator for a blog.

Requirements

(install with pip first)

jinja2

markdown

pygments

Instructions

  • Put posts in .md files in the posts directory. There are examples you can edit.

  • Run build.py

  • It should output some html files to a build directory

  • Upload those files to your website.

  • Done!