A website for the Google Princeton AI and the Hazan Lab @ Princeton University.
Navigate to the file you'd like to edit or click the drop-down Add file and start typing. Click the green button once you're done editing to commit your changes.
Clone this repository and then run ./scripts/install from this directory. Depending on your setup, you may need sudo.
- Edit
_data/people.yml. - Add an appropriate entry modeled after existing entries (note the
statusattribute e.g., current, former).
Example: the following will create someone named First Last in the People page. If you'd like to add a headshot, save it as people/first-last.png to automatically load it. first will be the author slug used in writing new posts.
first:
name: First Last
title: Grand Poobah
website: https://grand.Poobah
status: current- Create a new file with a name in the format
YYYY-MM-DD-post-name.mdin_posts. - Copy and paste the following at the beginning
---
title: "A great post on an even greater subject"
authors: [elad, cyril]
----
Write your post using Markdown.
-
If you would like to use
MathJax, you just surround your usual MathJax with double$like so:$$\in 8$$.