all repos — vite @ 4740d7ecfab6daa182b3acf839bc451575bdd9a8

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

go.mod (view raw)

 1module git.icyphox.sh/vite
 2
 3go 1.15
 4
 5replace github.com/russross/blackfriday/v2 => git.icyphox.sh/grayfriday v0.0.0-20221126034429-23c704183914
 6
 7// replace github.com/russross/blackfriday/v2 => ../grayfriday
 8
 9require (
10	github.com/Depado/bfchroma v1.3.0
11	github.com/adrg/frontmatter v0.2.0
12	github.com/alecthomas/chroma v0.10.0
13	github.com/russross/blackfriday/v2 v2.0.1
14	gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
15)