impact-labs / impact-labs.github.io

impact-labs.github.io
https://www.impactlabs.io/
MIT License
6 stars 2 forks source link

Impact Labs Website

Setup

  1. Install Jekyll
  2. Run bundle install
  3. Run jekyll serve

Layout

.
├── _config.yml
├── _data
├── _includes -> Page elements that persist across the site (navbar, footer, head), inserted into main.html in /layouts
├── _layouts -> All pages are rendered through here
├── _sass -> main.scss (edit this and not /assets/scss/styles.scss)
├── _site -> Auto generated by Jekyll (ignore)
├── assets -> Static assets (images, CSS and JS files)
└── pages -> Body of each page, to be inserted in /layouts/main.html

For more info, refer to: https://github.com/impact-labs/impact-labs.github.io/pull/60

Acknowledgements

  1. Blackrock Digital LLC Template