feat: add website builder using goldmark (replaces build.js)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Julien Bisconti
2026-02-27 23:22:16 +01:00
parent 804da83d7b
commit ed04ff4017
4 changed files with 167 additions and 0 deletions

1
go.mod
View File

@@ -9,6 +9,7 @@ require (
github.com/shurcooL/githubv4 v0.0.0-20260209031235-2402fdf4a9ed // indirect
github.com/shurcooL/graphql v0.0.0-20240915155400-7ee5256398cf // indirect
github.com/spf13/pflag v1.0.9 // indirect
github.com/yuin/goldmark v1.7.16 // indirect
golang.org/x/oauth2 v0.35.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)