Code source du site d'information de la Maitrise professionnelle en Informatique - Intelligence Artificielle (MIIA).
To develop this site locally, you need to
- Install rbenv
rbenvis a Ruby version manager
- Run ->
rbenv install $(cat .ruby-version)- This will install ruby version
3.1.0
- This will install ruby version
- Run ->
gem install bundlerbundlerhelps with managing gems
- Run ->
bundle install- This will install the project dependencies listed in the Gemfile
- Run ->
bundler exec jekyll serve- This will run the server and fire the website at http://127.0.0.1:4000
To add a new page to the webiste, simply create a Markdown file in the folder pages
File in pages are in french and you should provide an english translation in the folder pages/en/.
Important : English Pages !
When you create an english page, you must add the following frontmatter to your Markdown at the beginning of your file:
---
lang: en
---