go-vite ------- vite, but in Go. Works with vite projects. You will have to rework Jinja2 templates to Go templates. Look at my site[1] for an example. INSTALLING Clone this repository and run $ make # make install Requires `go` to be installed, obviously. USAGE vite [options] A simple and minimal static site generator. options: init PATH create vite project at PATH build builds the current project new PATH create a new markdown post NOTES vite generates Atom feeds for all documents under the `pages/blog/` directory. [1]: https://github.com/icyphox/site