This site is based on the Jekyll static site generator. Jekyll uses the Liquid template language.
We use the Agency theme based on Agency bootstrap theme
We host our repo on GitHub and publish the site on GitHub Pages.
The index.html is the start page. It uses its own layout, which includes the sections. It contains sections on our offerings, the team, about Adaptiv, and contact information.
Articles and blog posts is on a separate page. Posts are written in Markdown and placed in the _posts directory.
Articles are listed on the 'posts.html' page.
Individual articles use the 'post.html' layout.
Sustainability is a separate page. Content is found in '_includes/sustainability.html'.
Team members and info are in global configuration file '_config.yml'
Images are in '/img/team/'
Images are in '/img/about/'
gem install jekyll
make start