Example [Jekyll] site using GitLab Pages. Read more at http://doc.gitlab.com/ee/pages/README.html
Example [Jekyll] site using GitLab Pages. Read more at http://doc.gitlab.com/ee/pages/README.html
-----
-----
# Theme: Jekyll 3 Default
# Theme: Jekyll 3 Default
# Original source:
# Original source:
This project was created with [Jekyll] v.3.1.2 default template by running `jekyll new project` locally.
This project was created with [Jekyll] v.3.1.2 default template by running `jekyll new project` locally.
After that, the project was pushed to this repository with the following configurations:
After that, the project was pushed to this repository with the following configurations:
- GitLab CI config: [`.gitlab-ci.yml`]
- GitLab CI config: [`.gitlab-ci.yml`]
- Gitignore: [`.gitignore`]
- Gitignore: [`.gitignore`]
- Jekyll config: [`_config.yml`]
- Jekyll config: [`_config.yml`]
# Building locally
# Building locally
_**Note:** We assume you already have [Jekyll 3.1.2][jek-312] installed and up and running on your computer._
_**Note:** We assume you already have [Jekyll 3.1.2][jek-312] installed and up and running on your computer._
To work locally with this project, there are a few options. But let's keep it simple:
To work locally with this project, there are a few options. But let's keep it simple:
- Fork, clone or download this project
- Fork, clone or download this project
- Adjust [`_config.yml`] according to your project
- Adjust [`_config.yml`] according to your project
- Preview your project: `jekyll serve`
- Preview your project: `jekyll serve`
# GitLab User or Group Page
# GitLab User or Group Page
To use this project as your user/group website, you will need one additional step: just rename your project to `namespace.gitlab.io`, where `namespace` is your `username` or `groupname`. This can be done by navigating to `Project` -> `Settings`.
To use this project as your user/group website, you will need one additional step: just rename your project to `namespace.gitlab.io`, where `namespace` is your `username` or `groupname`. This can be done by navigating to `Project` -> `Settings`.
# Forked projects
# Forked projects
If you forked this project for your own use, please go to `Project` -> `Settings` and remove the forking relationship, which won't be necessary in this case.
If you forked this project for your own use, please go to `Project` -> `Settings` and remove the forking relationship, which won't be necessary in this case.