This site was built using the Agency Jekyll theme, based on Agency bootstrap theme
===
Blog/News/Labs posts written as markdown
files in /_posts
.
The naming convention of these files is important, and must follow the format: YEAR-MONTH-DAY-title.md
. The permalinks
can be customized for each post, but the date and markup language are determined solely by the file name.
Corresponding header images and thumbnails should be saved to assets/img/posts
.
Thumbnail for posts are shown on the home page. These should be 400x300 px and should be saved with high compression for fast loading.
Projects are contained in _data/projects.yml
. Supporting images should be saved in assets/img
.
Thumbnail for projects are shown on the home page. These should be 400x300 px and should be saved with high compression for fast loading.
Team members and info are added via _data/contact.yml
. Team member images should be saved to assets/img/team/
.
=========
For more details on Jekyll, read documentation, specifically docs on directory structure, which explain where files need to be and how to use liquid templates in order to generate the site.