Skip to content

Updating a Person page

Cesar Ferreyra-Mansilla edited this page Nov 1, 2024 · 3 revisions

Updating a Person page

Adding a new Person

To add a new Person page, you must create a new markdown (.md) file in the /_people/ folder with YAML variables at the top of the file.

---
# YAML variables here
---
<!-- Markdown content here -->

The YAML variables, along with the Markdown content below determine the information rendered on the page. Below is example code that can be used to initially populate the Person page:

---
person_title:
name:
subtitle:
professional_title:
layout: person
academic:
image:
hide_footer:
position_category:
---

<!-- Markdown content here will appear in the main section of the Person page -->

To update the content on a Person page, you will need to begin by locating

Clone this wiki locally