- Create a new markdown file in the _people folder, YOUR_NAME.md
- Fill out the file, using a previous file as a guide. Should be fairly self explanatory. Use example.md as an example.
- Add your headshot or photo to /assets/img/
- Add your bibtex .bib citation to _bibliography/papers.bib
- If throughout the website you want your author name to be a hyperlink to a personal website or google scholar etc... then add a section to coauthors.yml
- If you want the paper to appear in the Selected Publications section on the main page set selected={true} in the .bib citation
- Create a new markdown file in the _projects folder, PROJECT_NAME.md
- Fill out the file, using a previous file as a guide. Should be fairly self explanatory. Use example.md as an example.
- Add the photo for the project to /assets/img/
- Create a new markdown file in the _posts folder
- The file must be named as YEAR-MONTH-DAY-SHORTTITLE.md (example: 2016-11-03-bio-conventional.md)
- For content see all the examples of different layout in the _posts folder. Recommend using the example_distill.md format.
- Create a new markdown file in the _news folder, announcement_num.md
- Fill out the file, using a previous file as a guide. Should be fairly self explanatory. Use example.md as an example.