Skip to content

EVERTims/evertims.github.io

Repository files navigation

EVERTims website repository

Holds the files related to the website of the EVERTims project.

Test website on local server

Before pushing your commits to the GitHub repository, you may want to test you modifications on a local version of the website.

Install Jekyll

See instructions to set up a GitHub Pages site locally with Jekyll on GitHub Help.

Start local server

Once you installed jekyll as suggested in the previous section, use the following command in a terminal to start a local sever serving your local website @ http://localhost:4000/

bundle exec jekyll serve --baseurl ''

Acknowledgments

Website theme based on a Jekyll implementation of the Creative Theme template by Start Bootstrap.