Migrating the site to Mkdocs

For the past two years, this site has been running with Wikitten, a PHP engine that renders Markdown pages to HTML.

The project was not as actively maintained as Mkdocs though, so I decided to switch.

Mkdocs is a static site generator written in Python.

You write pages in Markdown, Mkdocs build the site and static pages are served by the HTTP server of your choice.

Mkdocs offers a built-in dev-server that lets your preview your articles as you write them. This is pretty neat. I’m running Mkdocs in a Docker container on my Macbook so I can preview the result.

When I’m satisfied with the result, I commit the article to GitHub and trigger a pull on my VPS, and a rebuild of the site.

Website and documentation: http://www.mkdocs.org




Thanks for reading this post!


Did you find an issue in this article?

- click on the following Github link
- log into Github with your account
- click on the line number containing the error
- click on the "..." button
- choose "Reference in new issue"
- add a title and your comment
- click "Submit new issue"

Your feedback is much appreciated! πŸ€œπŸΌπŸ€›πŸΌ

You can also drop me a line below!