This is the source code for my personal website you can find under philippmoers.de.
Edit source in src.
Build with ./build.sh. This will generate target.
Host target files in a local webserver with a docker container: ./run.sh.
This will host the website at .
To deploy to the live system, copy target directory webserver via ./upload.sh.
Translations for multiple languages are managed with the GNU gettext system.
Translations files are generated, this is done as a build step (see above).
Note that translations may be cached, so you may have to restart the webserver.