summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Kohl <gitlab@jonaskohl.de>2024-07-20 11:08:43 +0200
committerJonas Kohl <gitlab@jonaskohl.de>2024-07-20 11:08:43 +0200
commita2b4e171c556c02ad4673e62bdf5a787fcb8cce4 (patch)
tree9de504438df9722e512eb46e7c507323fc44f083
parent172319845d39736b99ba2a647be49d4c8e4871b9 (diff)
Switch to HTML readme (better for gitweb)
-rw-r--r--README.html3
-rw-r--r--README.txt5
2 files changed, 3 insertions, 5 deletions
diff --git a/README.html b/README.html
new file mode 100644
index 0000000..38137b8
--- /dev/null
+++ b/README.html
@@ -0,0 +1,3 @@
+<p>This is the source code of my Neocities site at <a href="https://hozyro.neocities.org/">https://hozyro.neocities.org/</a></p>
+<p>To build it, you'll need GNU Make and a recent version of PHP. Then just run <code>make</code>. To clean the output directory, run <code>make clean</code>.</p>
+<p>To publish it, you can use `make publish`. This requires Ruby and the Neocities CLI to be installed. You can learn more here: <a href="https://neocities.org/cli">https://neocities.org/cli</a></p>
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