A website for the people of IGDATC by the people of IGDATC.
located at https://igdatc.github.io/
- There are detailed instructions at the Jekyll link above, but if you are on a mac and already familiar with .git, you may be able to just check out this repo, and run
bundle exec jekyll servefrom the Terminal inside the resulting directory. - See the github "Issues" for a list of things to work on, or create a new issue!
We use jekyll-redirect-from for redirections as necessary.
redirect_to is the preferred method for redirection. Adding this to the header creates a 301 redirection and the pages do not get generated. This is preferred over deleting old pages because it perserves the route.
- Install Ruby
ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a) [x64-mingw32] - Install Bundle
Bundler version 2.1.4
bundle exec jekyll serve