This is the home of the Jamulus website and wiki.
Built with Jekyll and Fox-CSS
Do you want to contribute to the Jamulus Wiki/Website? Please see the CONTRIBUTING.md file and the contributing wiki entry.
Unfortunately GitHub doesn't enable picture upload on the normal md editor. Therefore you can attempt to open an issue, upload your image, copy the link to the page you want to integrate it into and then don't submit the issue. See this answer on stack overflow: https://stackoverflow.com/a/26601810
Translations are handled by the Polyglot jekyll Plug-in. If you want to translate a file, you must first know where it is located on this repo:
To translate a file, please duplicate it and change the lang:
attribute to the language you want to translate it to. If you want to translate an English page to German, you need to change the lang: "en"
attribute to lang: "de"
. This attribute can be found at the top of the file in the front matter (right at the top in between the ---
). Do not change the permalink attribute. It links pages with the same content but different languages and enables polyglot to know which page to change to if you change the language via the language picker.
If you want to add a new language, you must follow the instructions on the polyglot site and add the folders/files.
Have a look at the README.md files in these folders.
Since this page uses Jekyll, please have a look at the jekyll documentation. This project uses the fox css framework. See the FOX-CSS documentation. CSS files can be found in the assets/css folder. The _layouts folder holds the main layouts for the page. More information can be found at the README.md files in (almost) every folder.