all repos — vite @ 50ebf6bea9b02cef812535292204a4a05fe084c5

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

go.mod (view raw)

 1module git.icyphox.sh/vite
 2
 3go 1.15
 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)