This repository hosts the content shown at wiki.mrjulsen.net.
The Wiki source has the following Structure:
properdocs.yml
requirements.txt
docs/
└── ...
hooks/
└── wikilinks.py
macros/
└── macros.py
theme/
├── main.html
└── partials/
├── categories.html
├── content.html
└── nav_list/
└── ...
- The
docsfolder is where the main Wiki content is located in.
It contains markdown files which get converted into HTML files through ProperDocs and using the Material for MkDocs theme. hookscontains python hook files (currently onlywikilinks.py) which are used in ProperDocs for quick functionality to be added.macroscontains themacros.pyfile which itself contains the individual macros used through the MkDocs Macros plugin, to insert features like displaying a crafting recipe.themecontains theme overrides/extensions used to customize certain aspects of the Wiki.
Any contributions are welcome! Just make sure to follow any necessary instructions provided to you through additional README files or pages. The Contribute path may also help you with certain questions.
In order for you to use this wiki, make sure you install all required dependencies through pip.
The easiest way to install them is through the requirements.txt file:
pip install -r requirements.txtThis project is licensed under MIT. See the LICENSE file for further details.