Skip to content

XPDES/XPDES.github.io

Repository files navigation

XPDES Consortium Website

To add to this site please contact Elsa (gonsie) to request membership in the XPDES Group.

How to add to the site

Each new page should be written in Markdown Format (specifically GitHub Flavor). Each page should begin with Jekyll Frontmatter of the form

---
layout: sometypeoflayout
title: 'Title for the titlebar'
tag: sometag
---

Adding your biography

Make your copy of the template file people/template.md. Then, be sure to update the following:

  • The file name should correlate your name
  • Biographies are stored in the people folder.
  • Denote your associated organization by adding a tag to your front matter.
    • Currently processed tags are llnl, uiuc, gatech, and rpi
  • Adding your photo
    • It should be stored in the image folder
    • You will have to update the hard link to the photo

Adding a dated post (aka Announcement)

  • Use layout: post in your frontmatter.
  • Put your file is in the _posts directory
  • Your filename must match the format YEAR-MONTH-DAY-title.md (see Jekyll Posts)

Adding a new page to the sidebar

  • Use layout: page in your frontmatter
  • Put your file in the top level of the directory
  • TODO: add details about creating a new category of pages