home.social

#gitpages — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #gitpages, aggregated by home.social.

  1. Progress on the #selfhosted side of things combined with my #did / #dut work: Forgejo for the content, git-pages to serve and MyCI to build and publish 🎉

    I gave git-pages a small reverse proxy in front of it, so that publishing is only possible from the local network.

    #forgejo #gitpages #myci

  2. RE: social.treehouse.systems/@whit

    Anyone publishing a Quarto blog with Codeberg Pages? I'm new to this automation stuff, and can't decide between WebHooks, Forgejo Actions, and WoodPecker CI. If I use actions or WoodPecker, it would be just for "quarto render"; any R code output is frozen and will be run on my own computer. I have a custom domain.

    #QuartoPub #CodebergPages #GitPages #ForgejoActions #WoodPeckerCI

  3. check out how quickly #GitPages (and #Grebedoc) can check out a giant git repository without any changes!

    if supported by the server, it retrieves only a single tree from git (no other branches, no tags, no history, no file contents), backfills it from the existing site contents, and then pulls in any missing files from the git server on-demand

    this lets you publish very large repositories as static sites without straining network and compute (for compression, etc) resources!