Exercise homepage for Uni Helsinki course Command-Line Tools for Linguists 2021 based on the Minimal Jekyll theme for GitHub Pages.
To preview the theme locally:
cdinto the theme's directory- Run
script/bootstrapto install the necessary dependencies - Run
bundle exec jekyll serveto start the preview server - Visit
localhost:4000to preview the theme
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.