[mirror] Scalable static site server for Git forges (like GitHub Pages)
at 7f112a761cb7d3d47188b7ffcd638ad343cffecb 7 lines 177 B view raw
1// Go insists on having this file here for `go install` to work properly. 2 3package main 4 5import gitpages "codeberg.org/git-pages/git-pages/src" 6 7func main() { gitpages.Main() }