Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.33 KB

File metadata and controls

28 lines (19 loc) · 1.33 KB

igdatc.github.io

A website for the people of IGDATC by the people of IGDATC.

located at https://igdatc.github.io/

Helpful Links

Getting started

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

redirect_from

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.

Local Development

  • Install Ruby ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a) [x64-mingw32]
  • Install Bundle Bundler version 2.1.4

bundle exec jekyll serve