all repos — vite @ a15978fe24a2e105d347adbc857a0af0c143bdeb

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.10.0
 8	github.com/russross/blackfriday/v2 v2.1.0
 9	gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
10)