Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.19 KB

website-design.md

File metadata and controls

35 lines (27 loc) · 1.19 KB
title layout
Website Design
default

Please refer to the contributing guidelines for the general flow of this project and procedure for sending pull requests.

The website is generated using jekyll.

jekyll

The site is published from the [root directory]({{ site.repo_url }}/tree/trunk) using GitHub pages. The frameworks used are W3.CSS and Font Awesome.

Code style

Try to be as consistent as possible. When using Jekyll, the html is sometimes split across several files so it can be challenging to get perfect indentation. The general rule is 2 space indentation; however, right now we have no regular web devs working on this project, so if you would like to recommend another style or have other suggestions regarding the website, please let us know by opening an issue for discussion.

Markdown

Much of the jekyll part of the web site uses GitHub markdown. For certain areas where style is applied, html is used.