Download Center

This is my download center. On it you will find different files for download. These files are generally tools/software for different operating systems. Click here to access the site.

Development

This site is made with the open source project mkdocs-material.

To develop on this site, clone the repo and install mkdocs-material on your computer with the following command:

pip install mkdocs-material

To start the web server locally, use the command:

mkdocs serve

To build the website, use the command:

mkdocs build