This is a simple Github Pages website I threw together based on minimal.
If you'd like to preview the theme locally (for example, in the process of proposing a change):
- Clone down the theme's repository (
git clone https://github.com/pages-themes/minimal) cdinto the theme's directory- Run
script/bootstrapto install the necessary dependencies - Run
bundle exec jekyll serveto start the preview server - Visit
localhost:4000in your browser to preview the theme
The theme contains a minimal test suite, to ensure a site with the theme would build successfully. To run the tests, simply run script/cibuild. You'll need to run script/bootstrap once before the test script will work.