@@ -54,4 +54,32 @@ To add images stick the image file into ```images``` and then you can reference
+ I should now run ```python3 compiler.py``` (see the top-level information for how to compile correctly) and everything will be copied such that the images live in the same directory as the final HTML files.
### Adding Talks/Publications
\ No newline at end of file
### Adding Talks/Publications
Adding talks or publications is as simple as editing a YAML file in the ```data``` directory.
To add a publication, you need to add the following data structure to ```data/pubs.yaml```,
- title:
date:
img:
link:
Please place the image file into ```/images```.
I would not recommend adding a publication without an image, even if it is possible.
To add a talk, you need to add the following data structure to ```data/talks.yaml```,
- meeting:
location:
date:
title:
author:
abstract:
links:
- href:
name:
and recompile the website with ```compiler.py```.
You can place slides, etc. in the ```/talks``` directory and reference them here with ```href: filename``` with no need to worry about the directory -- again, these are all copied automatically.