Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/p7g/blog-generator

A simple static site generator written from scratch in pure Python
https://github.com/p7g/blog-generator

blog commonmark markdown python server-side-rendering static-site-generator

Last synced: 2 months ago
JSON representation

A simple static site generator written from scratch in pure Python

Awesome Lists containing this project

README

        

# Static site generator

This is a really simple static site generator. It takes markdown files from the
posts directory and makes pages for each based on frontmatter. The resulting
site has a homepage with links to each post in reverse chronological order.

For an example, see my blog [here][blog]. To read the blog post about how I
wrote this, see [here][post].

[blog]: https://1px.dev
[post]: https://1px.dev/posts/a-static-site-generator-in-python/