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:
demo
creates the demo source filespygmentize
creates a CSS file for syntax highlightingbuild
processes all source and dependency files and creates the outputmap
generates a sitemapbuild
rebuilds 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
.