summaryrefslogtreecommitdiff
path: root/README.html
blob: 38137b8246f26943dd9d2a476bcaba7ef7568ed1 (plain)
1
2
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>