all repos — vite @ 4ca05429e8f957879142a9b73eaa8b0b60677105

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

Bumperino
Anirudh Oppiliappan x@icyphox.sh
Mon, 19 Dec 2022 10:23:00 +0530
commit

4ca05429e8f957879142a9b73eaa8b0b60677105

parent

71bec3e96b175b5960f518aefae0faae433af030

2 files changed, 3 insertions(+), 0 deletions(-)

jump to
M go.modgo.mod

@@ -3,6 +3,7 @@

go 1.15 require ( + git.icyphox.sh/grayfriday v0.0.0-20221126034429-23c704183914 // indirect github.com/adrg/frontmatter v0.2.0 github.com/alecthomas/chroma v0.10.0 gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
M go.sumgo.sum

@@ -1,3 +1,5 @@

+git.icyphox.sh/grayfriday v0.0.0-20221126034429-23c704183914 h1:4f0PFapEZUYls6gEjWMA82jOm0s5E4I9p23QpXv1sSg= +git.icyphox.sh/grayfriday v0.0.0-20221126034429-23c704183914/go.mod h1:/wTbXjiiGlIYuqC6rVyD9ml88NWw7tujy3pOqj8kkKc= github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= github.com/adrg/frontmatter v0.2.0 h1:/DgnNe82o03riBd1S+ZDjd43wAmC6W35q67NHeLkPd4=