Skip to content
Snippets Groups Projects
Commit 4f241dda authored by Josh Borrow's avatar Josh Borrow
Browse files

Added information about adding talks and publications.

parent 871c81f7
No related branches found
No related tags found
No related merge requests found
......@@ -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.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment