MkDocs project for generating lostmapper.com
To check out the project, install dependencies and start a local server, do the following:
$ git clone [email protected]:lostmapper/lostmapper.com.git
$ cd lostmapper.com
$ python -m venv .venv
$ source .venv/bin/activate
$ python -m pip install -r requirements.txt
$ python -m mkdocs serve
Then visit http://localhost:8000