rit-sse / crazy-train

[DEPRECATED] The New and Improved SSE Website
https://sse.rit.edu
6 stars 7 forks source link

Switch to Jekyll's default markdown renderer and highlighter #36

Closed nickserv closed 9 years ago

nickserv commented 9 years ago

This switches our markdown renderer to Kramdown, which is awesome. For more information, see this comment.

Caution

If you plan on merging this, please merge rit-sse/crazy-train#35 (updates Jekyll so these configuration changes will work properly) and rit-sse/crazy-train-pages#1 (fixes some posts that were broken by the switch to Kramdown) first. You will also need to update the submodule for crazy-train-pages.

nickserv commented 9 years ago

This merge caused an issue with the projects page (with the "Got a project?" link). Please apply the rest of this comment to fix it (or maybe there's a way to tell Kramdown that this is valid...).

kristenmills commented 9 years ago

It's fixed.

nickserv commented 9 years ago

:+1: Thanks!