diff --git a/doc/pages/README.md b/doc/pages/README.md index ea46003cb3bc0c7ba4c9e62c045a24b42f6c988b..dadce43f7240500323d7bac4be9df9ca8ab418d9 100644 --- a/doc/pages/README.md +++ b/doc/pages/README.md @@ -12,6 +12,12 @@ With GitLab Pages you can host for free your static websites on GitLab. Combined with the power of [GitLab CI] and the help of [GitLab Runner] you can deploy static pages for your individual projects, your user or your group. +The key thing about GitLab Pages is the [`.gitlab-ci.yml`](../ci/yaml/README.md) +file, something that gives you absolute control over the build process. You can +actually watch your website being built live by following the CI build traces. + +GitLab Pages support any kind of [static site generator][staticgen]. + --- @@ -224,3 +230,4 @@ to private, internal or public. [gitlab ci]: https://about.gitlab.com/gitlab-ci [gitlab runner]: https://gitlab.com/gitlab-org/gitlab-ci-multi-runner [pages]: ../ci/yaml/README.md#pages +[staticgen]: https://www.staticgen.com/