fork of anirudh.fi/vite that uses chroma for hl
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 22 lines 621 B view raw
1module tangled.sh/icyphox.sh/vite 2 3go 1.22 4 5toolchain go1.24.1 6 7require ( 8 github.com/adrg/frontmatter v0.2.0 9 github.com/alecthomas/chroma v0.10.0 10 gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b 11) 12 13require ( 14 github.com/BurntSushi/toml v0.3.1 // indirect 15 github.com/Depado/bfchroma/v2 v2.0.0 // indirect 16 github.com/alecthomas/chroma/v2 v2.16.0 // indirect 17 github.com/dlclark/regexp2 v1.11.5 // indirect 18 github.com/russross/blackfriday/v2 v2.1.0 // indirect 19 gopkg.in/yaml.v2 v2.3.0 // indirect 20) 21 22replace github.com/russross/blackfriday/v2 v2.1.0 => git.icyphox.sh/grayfriday v0.0.0-20221126034429-23c704183914