To add content, modify the file index.md
To change the list of people, modify the file people.yml
To add or remove references, simply edit references.bib
To develop locally this website, you need to install dependencies first:
sudo apt install ruby-full
echo 'export PATH=$PATH:~/.gem/ruby/2.4.0/bin >> ~/.bashrc
source ~/.bashrc
gem install jekyll bundler github-pagesThen, to have a local web server, run:
bundle exec jekyll serve --watchIf the member that created the deployment token leaves the ulaval-damas organization, it can break the Travis deployment. A new token needs to be generated. Here are the steps generated a new token:
- Create a new Github Personal Access Token.
- Go to the https://travis-ci.org/ulaval-damas/website/settings
- Delete the old environment variable
GITHUB_TOKEN - Add a new environment variable with key
GITHUB_TOKENand paste your newly generated token in the value field.
At https://travis-ci.org/ulaval-damas/website/settings, you need to set the environment variables FSG_USERNAME and FSG_PASSWORD to deploy to the samba server of the FSG.