Home | Notifications | New Note | Local | Federated | Search | Logout

Note Detail


silverpill@silverpill@mitra.social (2026-05-17 05:27:42)
ActivityPub developer guide is available on Codeberg Pages:

https://ap-next.codeberg.page/ap-next/guide.html

I did that mainly to experiment with the stack:

- Marmite, a static site generator written in Rust. Not perfect, but it's the only one that just worked and didn't make me change the directory layout or add extra information to markdown files.
- New Codeberg Pages service, which uses git-pages instead of the deprecated pages-server.
- Forgejo Actions, which came out of beta recently. Unlike Woodpecker CI, actions didn't require extra configuration steps. Deployment from an action to Codeberg Pages is very easy: https://docs.codeberg.org/codeberg-pages/forgejo-actions/

#Forgejo
---Reply--- Slumbering Cat Productions@slumberingcat@calckey.world (2026-05-17 09:36:54) @silverpill@mitra.social I was doing something similar on Codeberg recently. Though I haven't published it yet.

I went with Quartz because I'm working on something docs focused and like you I didn't want to make editing my markdown a chore (adding shortcode) so they'd look better on a website. It wasn't quite out of the box, had a little bit of tinkering to get it looking right but I like it so far.

I went with Grebadoc which uses git-pages as well and Foregjo Actions to deploy. Ultimately pretty happy with how it all works.

Codeberg/git-pages is shaping up really well to replace Github Pages for projects that need it.
Reply

---Replies---
silverpill@silverpill@mitra.social (2026-05-17 19:43:04)
@slumberingcat Quartz looks very promising. I wanted to explore SSGs written in Rust, but will likely switch to a different tool later.