Based on the Hydeout, which updates the original Hyde theme for Jekyll 3.x and 4.x and adds new functionality.
Jekyll installation instructions are here.
After jekyll has been successfully installed, do:
bundle exec jekyll serve
You might also need to run bundle install due to jekyll-theme-hydeout requirements (see here).
Hydeout is available as the jekyll-theme-hydeout Ruby Gem.
Add gem "jekyll-theme-hydeout", "~> 4.1" to your Gemfile and run
bundle install.
2020: might need to do the following:
- remove
Gemfile.lock; - add
gem "kramdown-parser-gfm"toGemfile; - run
bundle install.
2022: might need to run bundle add webrick after bundle install
The list of research profiles is unfortunately copied in 2 places: homepage and papers.
Some links are also copied twice in _data/link.yml
because mdlinks is like a cache for often-used links.
Merging with Hydeout. Turn off rebase before pulling from the main fork.