Skip to content

Andre601/mrjulsen-wiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MrJulsen Mods Wiki

This repository hosts the content shown at wiki.mrjulsen.net.

Structure

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 docs folder 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.
  • hooks contains python hook files (currently only wikilinks.py) which are used in ProperDocs for quick functionality to be added.
  • macros contains the macros.py file which itself contains the individual macros used through the MkDocs Macros plugin, to insert features like displaying a crafting recipe.
  • theme contains theme overrides/extensions used to customize certain aspects of the Wiki.

Contributions

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.txt

License

This project is licensed under MIT. See the LICENSE file for further details.

About

Source of MrJulsen's Mods wiki

Topics

Resources

License

Stars

Watchers

Forks

Contributors