all repos — vite @ 1e6bde1d6ac06b0921c56a935ddeaa4c8775e055

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    # make install
15
16Requires `go` to be installed, obviously.
17
18USAGE
19
20    vite [options]
21
22    A simple and minimal static site generator.
23
24    options:
25        init PATH       create vite project at PATH
26        build           builds the current project
27        new PATH        create a new markdown post
28
29NOTES
30
31vite generates Atom feeds for all documents under the `pages/blog/`
32directory.
33
34[1]: https://github.com/icyphox/site