all repos — vite @ 5c3326f93db1bc3e324c48490632cb484b1ecb0b

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 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
)