This project is under heavy development, it's not in a working state yet!
Where does this name come from or what does it mean? It's quite simple, it's one german word for paste/glue, I thought it's a good match as it glues together the modpacks for Minecraft.
Documentation for the Kleister API and the command line client, you can find this website at kleister.webhippie.de.
The website is hosted on Pubstorm, an awesome free
hosting platform made for developers. The website gets automcatically updated
on every push to the master
branch.
If you want to host the docs on your own you can take our docker image kleister/kleister-docs.
This website uses the Hugo static site generator. If you are planning to contribute you'll want to download and install Hugo on your local machine.
The installation of Hugo is out of the scope of this document, so please take the official install instructions to get Hugo up and running.
To generate the website and serve it on localhost:1313
just execute this command and stop it with Ctrl+C
:
hugo server
When you are done with your changes just create a pull request, after merging the pull request the website will be updated automatically.
Fork -> Patch -> Push -> Pull Request
Apache-2.0
Copyright (c) 2016 Thomas Boerger <http://www.webhippie.de>