Making Docs With Mkdocs

I think Wordpress is too complicated for my needs, and I am not afraid of writing in Markdown. The thing everybody keeps recommending is mkdocs.

Mkdocs will take a directory of Markdown files and images and turn it into a browsable static website in a location of your choosing. It will fully own that directory, and clear it before regenerating the documentations, so we need to make sure we do not use that directory for anything else.

We will assign the mkdocs site the URL of http://www.nerdhole.me.uk/. Any other HTTP-shared resources will be configured as separate directories.