From 6f608c51d75a2a0aab7f26f7fc3bfc13304a4960 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sun, 13 Apr 2025 23:43:26 -0400 Subject: [PATCH] Remove Contributing section from the README There's no easy way to contribute to the website currently on the git server, so remove this section (for now) --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index b8a697c..5f15534 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,6 @@ $ hugo server The galleries are defined via JSON, located under `data`. The files are rarely edited by hand, I use [Redai](https://code.ryne.moe/redstrate/redai) to edit these. The JSON is read by Hugo when the site is built via [Content adapters](https://gohugo.io/content-management/content-adapters/). -## Contributing - -Fixes for content errors like typos are appreciated, along with general fixes to the site like a broken image link. - ## License ![License](https://licensebuttons.net/l/by-sa/3.0/88x31.png)