Kimai is a free, open source and online time-tracking software designed for small businesses and freelancers.
This repository contains the website contents (and layout) for www.kimai.org in all translations.
The website is created using Jekyll, a static site builder.
Directory structure:
- _data contains data files and translations
- _docu_versioned contains version specific (older releases) documentation pages
- _documentation contains the documentation (english only)
- _error contains the error pages
- _includes contains re-usable HTML content elements
- _layouts contains the actual HTML structure of the page
- _pages contains the main pages of the website (all languages)
- _posts contains all blog posts (english only)
- _store contains all marketplace pages (all languages)
- assets contains the frontend stuff - SASS, CSS, Javascript, Font and Icon files
- images contains ONLY images used in the content
- static contains binary document files
A lot of the website content is translatable. We use the great service Weblate for the translations.
Please click the image to help with the translations:
bundle exec jekyll serve
or
bundle exec jekyll serve -H 0.0.0.0 --incremental