all repos — vite @ 71bec3e96b175b5960f518aefae0faae433af030

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

go.mod (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
module git.icyphox.sh/vite

go 1.15

require (
	github.com/adrg/frontmatter v0.2.0
	github.com/alecthomas/chroma v0.10.0
	gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
	icyphox.sh/grayfriday v0.0.0-20221130034322-1ea518786419
)