How to use any static site generator with GitLab Pages.

28
GitLab Pages Ivan Nemytchenko, @inem Developer Advocate at GitLab

Transcript of How to use any static site generator with GitLab Pages.

Page 1: How to use any static site generator with GitLab Pages.

GitLab Pages

Ivan Nemytchenko, @inemDeveloper Advocate at GitLab

Page 2: How to use any static site generator with GitLab Pages.

Static Site Generators

Page 3: How to use any static site generator with GitLab Pages.

YAMLMarkdown

HAMLSASS ↓

HTMLCSS

Page 4: How to use any static site generator with GitLab Pages.

Jekylljekyllrb.com

Page 5: How to use any static site generator with GitLab Pages.

Github Pages

Page 6: How to use any static site generator with GitLab Pages.

...git push

Page 7: How to use any static site generator with GitLab Pages.

Дальше магия

Page 8: How to use any static site generator with GitLab Pages.

yourwebsite.github.io

Page 9: How to use any static site generator with GitLab Pages.

Middlemanmiddlemanapp.com

Page 10: How to use any static site generator with GitLab Pages.

...middleman buildgit add publicgit commitgit push

Page 11: How to use any static site generator with GitLab Pages.

staticgen.com

Page 12: How to use any static site generator with GitLab Pages.
Page 13: How to use any static site generator with GitLab Pages.

GitLab CI

Page 14: How to use any static site generator with GitLab Pages.

Continuous Integration→ runs tests→ deployment

Page 15: How to use any static site generator with GitLab Pages.
Page 16: How to use any static site generator with GitLab Pages.
Page 17: How to use any static site generator with GitLab Pages.

GitLab Pages + GitLab CI

Page 18: How to use any static site generator with GitLab Pages.

.gitlab-ci.yml

Page 19: How to use any static site generator with GitLab Pages.

GitLab Pages examples

inem.at/gl_pages_examples

Page 20: How to use any static site generator with GitLab Pages.

Runners

inem.at/gl_runner

Page 21: How to use any static site generator with GitLab Pages.

Еще немного про GitLab

Page 22: How to use any static site generator with GitLab Pages.

GitLab.com

приватные репозитории без ограничений

Page 23: How to use any static site generator with GitLab Pages.

Import

Page 24: How to use any static site generator with GitLab Pages.

[WIP]

Page 25: How to use any static site generator with GitLab Pages.

Merge when build succeds

Page 26: How to use any static site generator with GitLab Pages.

TODOs

Page 27: How to use any static site generator with GitLab Pages.

GitLab Deploy

Page 28: How to use any static site generator with GitLab Pages.

inem.at/gl_missed