To add to this site please contact Elsa (gonsie) to request membership in the XPDES Group.
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
---
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
, andrpi
- Currently processed tags are
- Adding your photo
- It should be stored in the image folder
- You will have to update the hard link to the photo
- 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)
- 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