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 serve
from 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.