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

Configure Feed

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

Bumperino

+3
+1
go.mod
··· 3 3 go 1.15 4 4 5 5 require ( 6 + git.icyphox.sh/grayfriday v0.0.0-20221126034429-23c704183914 // indirect 6 7 github.com/adrg/frontmatter v0.2.0 7 8 github.com/alecthomas/chroma v0.10.0 8 9 gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
+2
go.sum
··· 1 + git.icyphox.sh/grayfriday v0.0.0-20221126034429-23c704183914 h1:4f0PFapEZUYls6gEjWMA82jOm0s5E4I9p23QpXv1sSg= 2 + git.icyphox.sh/grayfriday v0.0.0-20221126034429-23c704183914/go.mod h1:/wTbXjiiGlIYuqC6rVyD9ml88NWw7tujy3pOqj8kkKc= 1 3 github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ= 2 4 github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= 3 5 github.com/adrg/frontmatter v0.2.0 h1:/DgnNe82o03riBd1S+ZDjd43wAmC6W35q67NHeLkPd4=