A place to create web pages for papers published by the STARS lab.
-
Clone this repo.
-
Create a markdown file in the
_pages
directory (seebingham-rotation-learning.md
for an example). -
To have papers arranged in ascending chronological order in the navigation, add a
nav_order: XXXX
tag to your page's front matter whereXXXX
is an integer lower than the one associated with the paper at the top of the list. -
[Optional] If you need to host images, add them to a custom folder in the
assets
directory and link to them in your markdown. -
[Optional] Use the lovely UI components provided by our theme Just the Docs.
-
[Optional] If you dont want your page to appear in the navigation area, add the
nav_exclude: true
tag to your page's front matter. -
Preview your changes locally by setting up
jekyll
andgithub-pages
and then runningbundle exec jekyll serve
(see here for more info). -
When happy with your page, push back to this repo (everything should be compiled automagically).
jekyll-include-cache (source)
After running bundle exec jekyll serve
, you get an issue similar to this:
Dependency Error: Yikes! It looks like you don't have jekyll-include-cache or one of its dependencies installed.
Install the jekyll-include-cache
gem:
sudo gem install jekyll-include-cache
Then add gem 'jekyll-include-cache'
to the Gemfile.