website for HDC
Before submitting a pull request, please build the site locally...
jekyll serve
...and inspect (go to localhost:4000) to make sure your changes look right.
If you need to install jekyll, you can use
sudo gem install jekyll
-
Add your paper PDF to the
/papers/
directory. The naming scheme isvenue_year_short_summary.pdf
. -
Run
make-thumbnails.sh
in the/papers/
directory to automatically create the thumbnail. -
Edit
publications.md
with an entry for the paper, linking to the PDF and thumbnail. -
Test!
-
Don't forget to
git add
the PDF and thumbnail (andpublications.md
of course) when committing the change.