This repository holds the Jekyll sources of the COMOKIT website!
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)
Please go to the /docs/docs/
sub-folder to edit/add page (written in MarkDown) ;)
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
First of all, make sure ruby is intalled on your computer.
- Clone the repo
git clone https://github.com/COMOKIT/COMOKIT-Website.git
- Move in the folder
cd COMOKIT-Website/docs
- Install the JTD framework
gem install just-the-docs
- (Optional) Enable search
bundle exec just-the-docs rake search:init
- Install plugins:
bundle install --full-index
- Build your site:
bundle exec jekyll serve
- Connect to your running instance http://127.0.0.1:4000/docs/
All the global configuration of the site can be found in the file _config.yml
which is structured as follow :
Have a bug or an issue with this template? Open a new issue here on GitHub!
-
Pipeline
- Jekyll
- GitHub Actions
- GitHub Pages
-
Front-end
- Raw HTML - Landing Page
- Just-The-Doc - Jekyll framework
The COMOKIT project is licensed under the GPL-3.0 License.