Simple theme for my website using Ghost.
- Bootstrap 4 alpha-4 and Flexbox.
- Pure CSS (SCSS included).
- Infinite scrolling (no pagination).
- Websafe fonts: Roboto Slab for headings and Roboto for main text.
- Syntax highlighting with PrismJS and selfmade theme inspired by Predawn.
You can find a live example here.
Install the node modules:
npm install
Do your edits, and then compile the SCSS to CSS with gulp:
gulp
Please report any issues and missing stuff.