Documentation ¶
Overview ¶
sitesearch is a (quite simple) static site indexer.
It is meant to work with a multi-language Markdown website, as it makes a lot of assumptions about the desired layout and it is basically only going to work well for the autistici.org website.
One of the fundamental assumptions is that all pages are named something like "<name>.<language>.md" (so that it is possible to infer their language just by their filename).
Indexing works by reading the website structure from a JSON-encoded file called the "site map" and the program expects to find it as "public/all_pages.json" below the site directory.
Click to show internal directories.
Click to hide internal directories.