This is code of my personal wesite, available at http://mapsaregreat.com/. Code includes both directly served files such as html and css and code used to create, validate and maintain this site.
Reports about inaccuracies, mistakes, dead links, typos etc are welcomed - either by mailing me at [email protected], creating issues or by submitting PRs.
Repository is located at https://github.com/matkoniecz/mapsaregreat.com. Code with the development version, published on the Internet during tests is at https://github.com/matkoniecz/matkoniecz.github.io.
cd "code and content not served directly"
pip3 install -r requirements.txt
and, due to weirdness of one dependency
pip3 install git+https://github.com/linkchecker/linkchecker.git
Obtain vnu - put jar into imported-code
folder
find . -name "*.html" -exec java -jar "imported-code/vnu.jar" --also-check-css --also-check-svg --verbose {} \;
find . -name "*.css" -exec java -jar "imported-code/vnu.jar" --also-check-css --also-check-svg --verbose {} \;
cd "code and content not served directly"
python3 custom_validator.py
cd "code and content not served directly"
python3 lunar_assembler_update.py