This repository houses the website for SALT34. This website was forked directly from the repository housing the the SALT29 website.
Beyond the obvious content changes, the structure of this repository differs substantially from that for the SALT29 website in order to factor the site content from the site structure and aesthetics using jekyll. This change should enable organizers of future SALTs to:
- More easily change information site-wide–by editing the YAML files in
_data
. - More easily edit site-wide styles in
_sass
. Style files have been fully refactored and converted to SASS from vanilla CSS. - Edit page structure site-wide in
_layouts
. This page structure supports liquid templates, allowing flexible population of page contents–e.g. automatic construction of the program from YAML.