Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 544 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 544 Bytes

ICASR website

This is the source for the ICASR website. It is generated by Jekyll via GitHub Pages. Pages can be formatted using the Markdown syntax.

The front page is index.md and blog posts are placed under _posts and must adhere to the naming scheme YEAR-MONTH-DAY-title-words.md. Each page or post must start with YAML front matter, such as:

---
layout: default
title: My Page
---