Repository for the Lero OSPO website: https://sfi-lero.github.io/OSPO/
The website can be configured from the _config.yml
file. This is where the website contact email, twitter handle, description, title, etc. can be edited, as well as the default ruby gems etc. .
Mentors are added inside the _mentors
directory.
Pages can be added by placing .md
files in the root folder. The markdown content can be freely edited but must have the following type of YML content at the top:
---
layout: pagefullwidth
title: "Page title"
description: "Page description"
logo:
header-img: "img/home-bg.jpg"
ordernumber: 5
---
Note that HTML files can also be used when they have the YML content at the top. Furthermore HTML can be used within markdown files.
https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
The front page is built using: https://github.com/SFI-Lero/OSPO/blob/main/index.html
Which includes content from this markdown file: https://github.com/SFI-Lero/OSPO/blob/main/_includes/Home.md