Skip to content

iid-ulaval/miia

Repository files navigation

Micro-site MIIA

Code source du site d'information de la Maitrise professionnelle en Informatique - Intelligence Artificielle (MIIA).

Development setup

To develop this site locally, you need to

  1. Install rbenv
    • rbenv is a Ruby version manager
  2. Run -> rbenv install $(cat .ruby-version)
    • This will install ruby version 3.1.0
  3. Run -> gem install bundler
    • bundler helps with managing gems
  4. Run -> bundle install
    • This will install the project dependencies listed in the Gemfile
  5. Run -> bundler exec jekyll serve

Pages

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
---

About

Un site web en markdown pour présenter les différents processus de la MI-IA et les liens importants.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors