Get up and running with EBI-themed Jekyll fast (rolled with gh-pages in mind, clone/fork suggested)
This Jekyll template was designed in mind with GitHub pages, you'll certainly be able to use it to start a traditional Jekyll project, but the information below is specifically tailored with GitHub in mind.
gh-pages branchFull documentation is available here.
CNAME fileyourdomainname.com to that fileyourusername.github.ioA record to 192.30.252.153A recored to 192.30.252.154| Record | Type | Value | 
|---|---|---|
| @ | A | 192.30.252.153 | 
| @ | A | 192.30.252.154 | 
| WWW | CNAME | your_github_username.github.io | 
Running docker-compose up will bring up a Jekyll site locally. It's fairly representative of the GitHub/GitLab pages build.
NB. You'll need to comment out the jekyll-redirect-from plugin in config.yml. The redirect functionality demonstrated in /_posts/2017-02-21-redirects.md will no longer be supported.
A couple of minor tweaks are needed to make this run on GitLab.
gh-pages to pages.config.yml to set domains/baseurl/repo etc.The CI process on GitLab should kick off, and deploy to GitLab pages.