From 4057e0dbaca9d01cda48280d17d5993d44edc30c Mon Sep 17 00:00:00 2001 From: Joshua Seigler Date: Sun, 15 Jun 2025 01:19:31 -0400 Subject: [PATCH] make it a draft, I need to sleep --- site/posts/2025-06-15-replacing-github-pages.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/posts/2025-06-15-replacing-github-pages.md b/site/posts/2025-06-15-replacing-github-pages.md index 35346af..0a18555 100644 --- a/site/posts/2025-06-15-replacing-github-pages.md +++ b/site/posts/2025-06-15-replacing-github-pages.md @@ -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.