The Jekyll structure of this theme includes:
_papers
files - what generate the papers grid. YAML front matter handles all the details- the
page
layout allows custom pages, as seen in the legal and 404 pages sitetext.yml
enables complete customization of all site textnavigation.yml
enables fully customizable navigationstyle.yml
enables fully customizable colors, background images, and other style-related things
To set up your environment:
- Clone this repo
- Run
bundle install
- To launch the server, run
bundle exec jekyll serve
- Access your local server at
http://localhost:4000
or athttp://127.0.0.1:4000/
This website has been created using Raviriley's template. The theme is available as open source under the terms of the MIT License.