Nullsite is a simple static site generator written in Python, also used to create my blog. It's easy to use, simple and minimalist!
- Download this repository via
git clone
- Add your blogposts as markdown files to the posts/ folder (all .md files have a frontmatter that must be included)
- Run
src/main.py
to build the site Look at the examples provided to understand how Nullsite works You must provide your own server to host theindex.html
. I'd recommend using the Live Server extension on VSCode.
Nullsite is open-source and uses the MIT license. Check LICENSE to read more about the terms of usage.