all repos — vite @ 55ee643427df6d011b2ed05ccc892301034ba437

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

go.mod (view raw)

 1module git.icyphox.sh/vite
 2
 3go 1.13
 4
 5require (
 6	github.com/Depado/bfchroma v1.3.0
 7	github.com/alecthomas/chroma v0.9.2
 8	github.com/russross/blackfriday/v2 v2.1.0
 9	gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
10)