📚 Website for COMOKIT https://comokit.org
  • CSS 46.2%
  • HTML 43.8%
  • JavaScript 10%
Find a file
Arthur Brugière 5bdb66637f
Update index.md
2025-10-13 10:10:05 +07:00
.github/workflows Update jekyll.yml 2025-10-13 09:49:45 +07:00
assets Add files via upload 2024-11-29 23:39:35 +07:00
docs Update index.md 2025-10-13 10:10:05 +07:00
ressources Create ODD-COMOKIT_v2.pdf 2023-02-15 11:16:54 +07:00
index.html Update v2 on front page 2025-10-13 10:09:52 +07:00
LICENSE Create LICENSE 2020-05-14 11:37:50 +07:00
README.md Update README.md 2020-07-02 10:28:51 +07:00

COMOKIT-Website 📘

License · GitHub issues · GitHub contributors
Jekyll site CI · COMOKIT Release version

This repository holds the Jekyll sources of the COMOKIT website!

How the website works

There's 3 important place :

  • / The landing page of the website (isn't not generated yet => Raw HTML page)
  • /docs The generated documentation (use Jekyll x Just-The-Doc)
  • /ressources Recommanded place to upload big/extra files (ODD PDF, etc)

I want to update the documentation

Please go to the /docs/docs/ sub-folder to edit/add page (written in MarkDown) ;)

> Click me <

The documentation part is using the Just-The-Doc framework. If you have some interrogation on how to edit the page, please refere to the official documentation

Technical part (Documentation part)

Local installation & Setup

First of all, make sure ruby is intalled on your computer.

  1. Clone the repo git clone https://github.com/COMOKIT/COMOKIT-Website.git
  2. Move in the folder cd COMOKIT-Website/docs
  3. Install the JTD framework gem install just-the-docs
  4. (Optional) Enable search bundle exec just-the-docs rake search:init
  5. Install plugins: bundle install --full-index
  6. Build your site: bundle exec jekyll serve
  7. Connect to your running instance http://127.0.0.1:4000/docs/

Global configuration of the doc part

All the global configuration of the site can be found in the file _config.yml which is structured as follow :

Bugs and Issues

Have a bug or an issue with this template? Open a new issue here on GitHub!

Made with

  • Pipeline

    • Jekyll
    • GitHub Actions
    • GitHub Pages
  • Front-end

The COMOKIT project is licensed under the GPL-3.0 License.