all repos — vite @ d0c288a583189c3efbe0bc1e387c726578dcfb38

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[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
18USAGE
19
20    A simple and minimal static site generator.
21
22    options:
23        init PATH       create vite project at PATH
24        build           builds the current project
25        new PATH        create a new markdown post
26
27
28[1]: https://github.com/icyphox/site