This is the source code of my personal website, fritzgrabo.com; thanks for stopping by.
All original text is available under a Creative Commons Attribution-ShareAlike 4.0 International License.
All the original code, as well as its inline documentation, is available under the terms of the GNU General Public License Version 3 or any later version. This obviously doesn’t apply to files in the /contrib
folder.
For any further questions, feel free to contact me.
Development Notes:
docker build -t fritzgrabo.github.io .
docker run -it --rm -v "$(pwd)":/workspace fritzgrabo.github.io
docker run -it --rm -p 80:8088 --name fritzgrabo.github.io -v "$(pwd)":/workspace fritzgrabo.github.io make serve