Based on release 2 of the UCL Design Language (https://github.com/UCL-WAMS/indigo)
This is a Jekyll remote-theme Template providing templates, statics and example components for Indigo based sites.
- Add gh username and repository to your
_config.yml
file under theremote_theme
key:remote_theme: UCL-ARC/indigo-jekyll
- Add pages with YAML frontmatter per Jekyll instructions
- Push to gh-pages branch
- CSS
- Update sass and generate css as:
sass screen.scss ../css/screen.css sass screen.scss ../css/screen.min.css --style compressed
- Update sass and generate css as: