Skip to content

davebs/MinimalPythonBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

A minimalist static site generator for blogs written in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published