- Install rbenv (instructions)
- Install Jekyll (instructions)
- Install bundler
gem install jekyll bundler
- Install dependencies
bundle install
- Serve your content
bundle exec jekyll serve --livereload
- Check localhost:4000 for your content
Add these files:
- Add
<my-paper>.md
to_pubs
- Add
<my-paper>.pdf
topubs
- Add a thumbnail image,
<my-paper>.png
, toimgs/thumbs
. It should be 240x120 or similar - Add a teaser image,
<my-paper>.png
, toimgs/teasers
.