all repos — vite @ 46a5ad4ffb01404b4ea076dd1a5dc7f2d0f92452

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/adrg/frontmatter v0.2.0 // indirect
 8	github.com/alecthomas/chroma v0.10.0
 9	github.com/russross/blackfriday/v2 v2.1.0
10	gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
11)