Search

This blog has no built-in search functionality. Instead users are supposed to download the full blog source code and search inside it. This way they are fully in control of the search and in most cases it should not leak the search to a third party.

Here is an example that works under a terminal in GNU/Linux with git installed:

git clone https://git.replicant.us/contrib/GNUtoo/infrastructure/haunt-blog

And then you can search in it. For instance if you want to search for FOSDEM in the blog articles, you can use the following commands:

cd haunt-blog

git grep -i fosdem -- markdown

It is also possible to download the source code with graphical software such as gitg and then search inside the files with file managers such as nautilus. If you want to search inside the files, be sure to select the "Full text" search as by default these file managers usually only search the file names only.