fast and minimal static site generator
ssg
6
fork

Configure Feed

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

Bump grayfriday

+5 -3
+3 -1
go.mod
··· 2 2 3 3 go 1.15 4 4 5 - replace github.com/russross/blackfriday/v2 => git.icyphox.sh/grayfriday v0.0.0-20220619163728-f1d36e6d67c6 5 + replace github.com/russross/blackfriday/v2 => git.icyphox.sh/grayfriday v0.0.0-20220701120222-4170cc12d471 6 + 7 + // replace github.com/russross/blackfriday/v2 => ../grayfriday 6 8 7 9 require ( 8 10 github.com/Depado/bfchroma v1.3.0
+2 -2
go.sum
··· 1 - git.icyphox.sh/grayfriday v0.0.0-20220619163728-f1d36e6d67c6 h1:8Ox4RIZLAKX1hQ9LWUgDaQ0TiDMh+5b+uRyjWEsVrHQ= 2 - git.icyphox.sh/grayfriday v0.0.0-20220619163728-f1d36e6d67c6/go.mod h1:EY6jC6pspVvmAKyi5LQnh+H7lJbED+ySLomJ6/u7UDE= 1 + git.icyphox.sh/grayfriday v0.0.0-20220701120222-4170cc12d471 h1:iTwO9aN8BqJYHzb9+ka2eGn1nBxi6IHqNIw4ouUnrAE= 2 + git.icyphox.sh/grayfriday v0.0.0-20220701120222-4170cc12d471/go.mod h1:EY6jC6pspVvmAKyi5LQnh+H7lJbED+ySLomJ6/u7UDE= 3 3 github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ= 4 4 github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= 5 5 github.com/Depado/bfchroma v1.3.0 h1:zz14vpvySU6S0CL6yGPr1vkFevQecIt8dJdCsMS2JpM=