Commit dde136ad authored by Marcia Ramos's avatar Marcia Ramos

add images

parent 4d6d5ce6
...@@ -47,7 +47,7 @@ Watch the [video tutorial](https://youtu.be/TWqh9MtT4Bg) we've created for the s ...@@ -47,7 +47,7 @@ Watch the [video tutorial](https://youtu.be/TWqh9MtT4Bg) we've created for the s
1. Fork a project from the [Pages group](https://gitlab.com/pages) 1. Fork a project from the [Pages group](https://gitlab.com/pages)
1. Remove the fork relationship by navigating to your **Project**'s **Settings** > **Edit Project** 1. Remove the fork relationship by navigating to your **Project**'s **Settings** > **Edit Project**
![remove fork relashionship]() ![remove fork relashionship](images/remove_fork_relashionship.png)
1. Enable Shared Runners for your fork: navigate to your **Project**'s **Settings** > **CI/CD Pipelines** 1. Enable Shared Runners for your fork: navigate to your **Project**'s **Settings** > **CI/CD Pipelines**
1. Trigger a build (push a change to any file) 1. Trigger a build (push a change to any file)
...@@ -74,11 +74,11 @@ To turn a **project website** forked from the Pages group into a **user/group** ...@@ -74,11 +74,11 @@ To turn a **project website** forked from the Pages group into a **user/group**
1. Clone it to your local computer, add your website files to your project, add, commit and push to GitLab. 1. Clone it to your local computer, add your website files to your project, add, commit and push to GitLab.
1. From the your **Project**'s page, click **Set up CI**: 1. From the your **Project**'s page, click **Set up CI**:
![add new file]() ![setup GitLab CI](images/setup_ci.png)
1. Choose one of the templates from the dropbox menu. Pick up the template corresponding to the SSG you're using (or plain HTML). 1. Choose one of the templates from the dropbox menu. Pick up the template corresponding to the SSG you're using (or plain HTML).
![gitlab-ci templates]() ![gitlab-ci templates](images/choose_ci_template.png)
Once you have both site files and `.gitlab-ci.yml` in your project's root, GitLab CI will build your site and deploy it with Pages. Once the first build passes, you see your site is live by navigating to your **Project**'s **Settings** > **Pages**, where you'll find its default URL. Once you have both site files and `.gitlab-ci.yml` in your project's root, GitLab CI will build your site and deploy it with Pages. Once the first build passes, you see your site is live by navigating to your **Project**'s **Settings** > **Pages**, where you'll find its default URL.
......
...@@ -86,7 +86,7 @@ In case you want to point a root domain (`example.com`) to your GitLab Pages sit ...@@ -86,7 +86,7 @@ In case you want to point a root domain (`example.com`) to your GitLab Pages sit
**Practical Example:** **Practical Example:**
![DNS A record pointing to GitLab.com Pages server]() ![DNS A record pointing to GitLab.com Pages server](images/dns_a_record_example.png)
#### DNS CNAME record #### DNS CNAME record
...@@ -96,7 +96,7 @@ Notice that, despite it's a user or project website, the `CNAME` should point to ...@@ -96,7 +96,7 @@ Notice that, despite it's a user or project website, the `CNAME` should point to
**Practical Example:** **Practical Example:**
![DNS CNAME record pointing to GitLab.com project]() ![DNS CNAME record pointing to GitLab.com project](images/dns_cname_record_example.png)
#### TL;DR #### TL;DR
...@@ -138,7 +138,7 @@ Regardless the CA you choose, the steps to add your certificate to your Pages pr ...@@ -138,7 +138,7 @@ Regardless the CA you choose, the steps to add your certificate to your Pages pr
1. An intermediary certificate 1. An intermediary certificate
1. A public key 1. A public key
![Pages project - adding certificates]() ![Pages project - adding certificates](images/add_certificate_to_pages.png)
These fields are found under your **Project**'s **Settings** > **Pages** > **New Domain**. These fields are found under your **Project**'s **Settings** > **Pages** > **New Domain**.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment