Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 688 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 688 Bytes

Personal webpage of Oliver Butterley

This site is live at https://www.mat.uniroma2.it/butterley/.

Architecture

This is a Jekyll site. It is built and published using the Jekyll workflow. Style is provided by the minima theme.

Building and previewing the site locally

Assuming Jekyll and Bundler are installed:

  1. Change working directory to the project root.
  2. Run bundle install.
  3. Run bundle exec jekyll serve to build and preview the site.