Nullsite Go is a rehash of my original Nullsite static site generator written in Python, found here, though with improved features and style this time around. It's easy to use, simple, and minimalist (just like the original!).
- 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
main.goto 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 Go is open-source and uses the MIT license. Check LICENSE to read more about the terms of usage.