all repos — vite @ a741d82fd6191ccfbf8e9a480f8def8f170831da

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

go.mod (view raw)

 1module github.com/icyphox/go-vite
 2
 3go 1.13
 4
 5require (
 6	github.com/Depado/bfchroma v1.3.0
 7	github.com/adrg/frontmatter v0.1.0
 8	github.com/cross-cpm/go-shutil v0.0.0-20190908093542-3fcbb1a2151e
 9	github.com/russross/blackfriday/v2 v2.0.1
10	gopkg.in/yaml.v2 v2.3.0
11)