25 lines
806 B
Markdown
Raw Permalink Normal View History

2025-02-17 15:24:29 +01:00
# The Music in Noise (Source Code)
This is the source code for my personal website, [The Music in
2025-02-18 10:09:02 +01:00
Noise](https://themusicinnoise.net/). The website is statically generated in
spite of being written in PHP and is compiled with a helpful little script I
wrote, `phpsg.sh`, which compiles all the code to a static website.
2025-02-17 15:24:29 +01:00
## Building
Dependencies:
- Bash
- PHP
- GNU Parallel
Build using the `phpsg.sh` script.
2025-02-17 15:24:29 +01:00
## Licensing
All documents generated by the website are licensed [CC-BY-ND 4.0
International](https://creativecommons.org/licenses/by-nd/4.0/deed.en). The
source code itself is All Rights Reserved unless otherwise specified (e.g. the
2025-02-18 10:09:35 +01:00
build script). The main reason I publish this is so people can see _how_ I make
my website and (if they are so inspired) copy the model, _not the content_.