Read the github-pages help page quickly.
Jekyll is required.
> gem install jekyll
Just to be sure that your changes are OK on a local copy, clone the project:
> git clone [email protected]:plast-lab/plast-lab.github.io.git
Install dependencies
> bundle update
edit structure in _layout
while having the server up and
running with the following command:
> bundle exec jekyll serve --watch
Press F5 on your browser.
Do the same as for structure or just make the changes directly at the corresponding files (_include). Github regenerates automatically.