Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/p7g/blog-generator
- Owner: p7g
- Created: 2020-02-16T05:15:21.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-25T23:26:37.000Z (almost 4 years ago)
- Last Synced: 2023-03-10T20:41:54.968Z (almost 2 years ago)
- Topics: blog, commonmark, markdown, python, server-side-rendering, static-site-generator
- Language: Python
- Homepage: https://1px.dev/posts/a-static-site-generator-in-python/
- Size: 51.8 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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/