all repos — vite @ 2da46ab547d9fad7d037e196e49202aa2c2ad517

a fast (this time, actually) and minimal static site generator

readme (view raw)

 1go-vite
 2-------
 3
 4vite, but in Go.
 5
 6Works with vite projects. You will have to rework Jinja2 templates to Go
 7templates. Look at my site[2] for an example.
 8
 9[1]: https://github.com/icyphox/vite
10[2]: https://github.com/icyphox/site
11
12INSTALLING
13
14Clone this repository and run
15    
16    $ make
17    # doas make install
18
19Requires `go` to be installed, obviously.