- Install rbenv (instructions)
- 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
.
Edit these files:
- Add an entry in
_data/people.yml
Add these files: - Add a square photo to
imgs/people
-
- filename must match the key you used for your entry in
_data/people.yml
- filename must match the key you used for your entry in
-
- extension must be
.jpg
- extension must be