all repos — vite @ 590d7b7d1fe28342360ba7fda3f73a9a14502600

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	git.icyphox.sh/grayfriday v0.0.0-20221126034429-23c704183914 // indirect
 7	github.com/adrg/frontmatter v0.2.0
 8	github.com/alecthomas/chroma v0.10.0
 9	gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
10	icyphox.sh/grayfriday v0.0.0-20221130034322-1ea518786419
11)