sushant12 / OSPO

Repository for the OSPO website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Lero Open Source Programme Office (OSPO)

Repository for the Lero OSPO website: https://sfi-lero.github.io/OSPO/

Website core configuration

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. .

Adding mentors

Mentors are added inside the _mentors directory.

Adding/editing pages

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.

Markdown guide

https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet

Editing the front page

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

About

Repository for the OSPO website

License:MIT License


Languages

Language:HTML 63.4%Language:SCSS 31.8%Language:CSS 4.7%Language:Ruby 0.2%