@@ -24,7 +24,7 @@ deploy static pages for your individual projects, your user or your group.
...
@@ -24,7 +24,7 @@ deploy static pages for your individual projects, your user or your group.
-[Project Pages](#project-pages)
-[Project Pages](#project-pages)
-[Explore the contents of `.gitlab-ci.yml`](#explore-the-contents-of-gitlab-ciyml)
-[Explore the contents of `.gitlab-ci.yml`](#explore-the-contents-of-gitlab-ciyml)
-[How `.gitlab-ci.yml` looks like when the static content is in your repository](#how-gitlab-ciyml-looks-like-when-the-static-content-is-in-your-repository)
-[How `.gitlab-ci.yml` looks like when the static content is in your repository](#how-gitlab-ciyml-looks-like-when-the-static-content-is-in-your-repository)
-[How `.gitlab-ci.yml` looks like when using a static generator](#how-gitlab-ciyml-looks-like-when-using-a-static-generator)
-[How `.gitlab-ci.yml` looks like when using a static generator](#how-gitlab-ciyml-looks-like-when-using-a-static-generator)
-[How to set up GitLab Pages in a repository where there's also actual code](#how-to-set-up-gitlab-pages-in-a-repository-where-there-s-also-actual-code)
-[How to set up GitLab Pages in a repository where there's also actual code](#how-to-set-up-gitlab-pages-in-a-repository-where-there-s-also-actual-code)
-[Next steps](#next-steps)
-[Next steps](#next-steps)
-[Example projects](#example-projects)
-[Example projects](#example-projects)
...
@@ -212,7 +212,7 @@ pages:
...
@@ -212,7 +212,7 @@ pages:
-master
-master
```
```
### How `.gitlab-ci.yml` looks like when using a static generator
#### How `.gitlab-ci.yml` looks like when using a static generator
In general, GitLab Pages support any kind of [static site generator][staticgen],
In general, GitLab Pages support any kind of [static site generator][staticgen],
since the Runner can be configured to run any possible command.
since the Runner can be configured to run any possible command.
...
@@ -299,6 +299,9 @@ also includes `.gitlab-ci.yml`.
...
@@ -299,6 +299,9 @@ also includes `.gitlab-ci.yml`.
## Next steps
## Next steps
So you have successfully deployed your website, congratulations! Let's check
what more you can do with GitLab Pages.
### Example projects
### Example projects
Below is a list of example projects for GitLab Pages with a plain HTML website
Below is a list of example projects for GitLab Pages with a plain HTML website
...
@@ -313,6 +316,9 @@ or various static site generators. Contributions are very welcome.
...
@@ -313,6 +316,9 @@ or various static site generators. Contributions are very welcome.