Have you ever wanted a website to accompany all the cool stuff you are doing with your campaign in MekHQ. Well so did I, so I created one:
You can see the full website for yourself
here as well as a similar one
here.
The cool bit is that most of this website creation is automated by a python script directly from a MekHQ campaign save file. The website itself is a static website created via
Jekyll that can be hosted cheaply or for free at many places. I have tried to make the script and jekyll template general enough that this
should work for anyone's campaign. Its also fairly easy to customize things. You can see full details on installation and customization at the GitHub repository page
here.
Two caveats:
- This is all still very early stages and I have only tested it on three campaigns at the moment, so it is very likely it will break when you try it. Just post an issue (preferably with your campaign file and error messages) and I will try to fix any bugs that arise.
- To install it, you will need to not be afraid of the command line and will need to install a few other things like Ruby, Python, and Jekyll. Once the setup is done though, processing data and making the site is very simple and quick.
Enjoy!