Skip to content

impact-labs/impact-labs.github.io

Repository files navigation

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: #60

Acknowledgements

  1. Blackrock Digital LLC Template

Releases

No releases published

Packages

No packages published

Languages