make it a draft, I need to sleep

This commit is contained in:
Joshua Seigler 2025-06-15 01:19:31 -04:00
parent d84e2da0bd
commit 4057e0dbac

View file

@ -2,6 +2,7 @@
title: My Very Own GitHub Pages
slug: my-very-own-github-pages
description: How to self-host Forgejo and automatically serve your web build branches with SSL
draft: true
---
I recently started self-hosting [Forgejo](https://forgejo.org/), but I wanted something to replace GitHub pages, which has been very convenient for publishing little website projects. My server runs Debian, so I decided to use [webhook](https://github.com/adnanh/webhook) and [Caddy](https://caddyserver.com/). I'm very happy how it turned out.