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 +++ README.txt | 5 ----- 2 files changed, 3 insertions(+), 5 deletions(-) create mode 100644 README.html delete mode 100644 README.txt 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

diff --git a/README.txt b/README.txt deleted file mode 100644 index aab0b38..0000000 --- a/README.txt +++ /dev/null @@ -1,5 +0,0 @@ -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