Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.01 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.01 KB

ComNets Bremen Jekyll-based webpage for GitHub

This GitHub page uses Jekyll to create a webpage. It uses some GitHub specific extensions. To run / test the webpage on your local machine, follow the following tutorials:

The GitHub tutorial is available here: help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll

To run the testserver, enter jekyll serve on your local machine. For more information, visit jekyllrb.com

Troubleshooting

If you get any problems when starting the server like

WARN: Unresolved specs during Gem::Specification.reset:
jekyll-watch (~> 1.1)
WARN: Clearing out unresolved specs.

please consider removing the Gemfile

Force rebuild of GitHub pages

git commit -m 'rebuild pages' --allow-empty

or call the script updatePages.sh