all repos — vite @ bce0b549b8c10271ee7df30d6d7c78af2675cf6c

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

go.mod (view raw)

 1module git.icyphox.sh/vite
 2
 3go 1.21
 4
 5require (
 6	git.icyphox.sh/grayfriday v0.0.0-20221126034429-23c704183914
 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)
11
12require (
13	github.com/BurntSushi/toml v0.3.1 // indirect
14	github.com/dlclark/regexp2 v1.4.0 // indirect
15	gopkg.in/yaml.v2 v2.3.0 // indirect
16)