EECi / home

EECI group website
MIT License
2 stars 2 forks source link

Template

This website uses the jekyll minimal mistakes template. Open the repo to find out how the website ought to be structured, or go on the website it creates to see what it should look like.

Most items are documented in "sample posts", so you can view how to modify a figure gallery, add a sidebar, an author etc.

repo: https://github.com/mmistakes/minimal-mistakes website: https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/

Figures

Gallery images

These appear on the 'Our team' page and are by default cropped and resized to a square 1:1 ratio. This means any profile photos you wish to add should either have a 1:1 ratio (preferably at least 200px by 200px), or have the head and shoulders centred such that they are not cut off when square cropping is applied.

Feature row images

These appear on any feature row and will by default be cropeed and resized to a rectangular 3:5 ratio. Any photos used in feature rows should have this ratio.

D3

Datawrapper is a rapid interactive way to make figures https://app.datawrapper.de/edit/OEM92/publish

D3 js gallery

Website links

Getting started

Adding an author

Adding a project

Projects are stored in docs folder, and the navigation of docs is defined in _data/navigation.yml

Adding a post

Posts are stored in _posts folder. The file name must start with date in this format YYYY-MM-DD-blogpostname. This will allow the most recent posts to always appear on the homepages.

Repo organisation

This section explains the repo organisation:

Resources