Skip to content

plast-lab/plast-lab.github.io

Repository files navigation

FAQ

What to do for the first time?

Read the github-pages help page quickly.

Jekyll is required.

> gem install jekyll

How to edit structure?

Just to be sure that your changes are OK on a local copy, clone the project:

> git clone git@github.com: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.

How to edit content?

Do the same as for structure or just make the changes directly at the corresponding files (_include). Github regenerates automatically.