From a2b4e171c556c02ad4673e62bdf5a787fcb8cce4 Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Sat, 20 Jul 2024 11:08:43 +0200 Subject: Switch to HTML readme (better for gitweb) --- README.html | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.html (limited to 'README.html') diff --git a/README.html b/README.html new file mode 100644 index 0000000..38137b8 --- /dev/null +++ b/README.html @@ -0,0 +1,3 @@ +

This is the source code of my Neocities site at https://hozyro.neocities.org/

+

To build it, you'll need GNU Make and a recent version of PHP. Then just run make. To clean the output directory, run make clean.

+

To publish it, you can use `make publish`. This requires Ruby and the Neocities CLI to be installed. You can learn more here: https://neocities.org/cli

-- cgit v1.2.3