all repos — vite @ 0a9ef15d9a968265eb9c4af1748ef7ab385d1901

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 Jinja1 templates to Go
 7templates. Look at my site[1] for an example.
 8
 9INSTALLING
10
11Clone this repository and run
12    
13    $ make
14    # doas make install
15
16Requires `go` to be installed, obviously.
17
18
19[1]: https://github.com/icyphox/site