====== www.m1kadev.nl ======

===== running =====

==== docker ====

this should work out of the box:
    docker build -t 'www.m1kadev.nl' .
    docker run -d -p 8080:8080 'www.m1kadev.nl'

==== from source ====

Make sure you have a compatible version of <#https://codeberg.org/m1ka/fxg fxg> installed (this site is usually compiled against fxg a990e6c5ab).
go into the 'kethel' directory, and use your javascript runtime of choice (for this site, usually node.js, sadly).
afterwards, build any possible dependencies for kethel using mix.
finally, using the main.exs script ran against the kethel library, you can compile the website, which will output in the 'build' folder, in the root of the repository.

===== licensing =====

all content (anything stored in folders that arent 'statics' and 'kethel') is licensed under <#https://creativecommons.org/licenses/by-sa/4.0/ CC-BY-SA-4.0> (also reproduced in 'LICENSES/CC-BY-SA-4.0.txt'). The build system (stored in 'kethel') are licensed under <#https://www.gnu.org/licenses/agpl-3.0.txt AGPL-3.0-or-later> (also reproduced in 'LICENSES/AGPL-3.0-or-later').
