Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 714 Bytes

File metadata and controls

18 lines (12 loc) · 714 Bytes

Exercise homepage for Uni Helsinki course Command-Line Tools for Linguists 2021 based on the Minimal Jekyll theme for GitHub Pages.

Previewing the theme locally

To preview the theme locally:

  1. cd into the theme's directory
  2. Run script/bootstrap to install the necessary dependencies
  3. Run bundle exec jekyll serve to start the preview server
  4. Visit localhost:4000 to preview the theme

Running tests

The theme contains a minimal test suite, to ensure a site with the theme would build successfully. To run the tests, run script/cibuild. You need to run script/bootstrap before the test script will work.