You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 8, 2019. It is now read-only.
Jekyll will ‘process’ markdown, sass, and scss that contains a ‘front matter’ block at the top:
---
---
Everything else it just copies into _site (which is gitignored).
source and images
Markdown source lives in crunch/ and images in crunch/images. Within a markdown file, this means you can just use relative links: .
styles
The majority of styling is in css/theme-crunch.scss; some is also in customstyles.scss for reasons of specificity (rather than rewrite to consolidate everything in theme-crunch, useful values have just been changed in customstyles).
Both of these import _sass/values.scss which contains named values matching those used in Whaam. If you are looking for a shade of grey, look there and use a variable. Scss prefixes variables with $.