From 7f5e02081d044f64d4a732dc3f9e66666e65347c Mon Sep 17 00:00:00 2001 From: whitequark Date: Sat, 25 Apr 2026 22:52:06 +0200 Subject: [PATCH] Add links to support channels. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 43339a9..d73a7c7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ git-pages ========= +Discuss on IRC at #git-pages on libera.chat +Discuss on Matrix at #git-pages:catircservices.org + _git-pages_ is a static site server for use with Git forges (i.e. a GitHub Pages replacement). It is written with efficiency in mind, scaling horizontally to any number of machines and serving sites up to multiple gigabytes in size, while being equally suitable for small single-user deployments. It is implemented in Go and has no other mandatory dependencies, although it is designed to be used together with the [Caddy server][caddy] for TLS termination. Site data may be stored on the filesystem or in an [Amazon S3](https://aws.amazon.com/s3/) compatible object store.