How to generate this site
To generate this demo site, create a new directory, change into it and issue the following commands:
kamaji demo
pygmentize -S solarized-dark \
-f html \
-a .codehilite > code.css
kamaji --build
kamaji.py map --site --merge sitemap
kamaji --build
Explanation:
democreates the demo source filespygmentizecreates a CSS file for syntax highlightingbuildprocesses all source and dependency files and creates the outputmapgenerates a sitemapbuildrebuilds the output and now also integrates the sitemap
Example Sitemap
The map command generates the following SVG sitemap, which is integrated into this page using a variable $svgSitemap.