Achilleas Pipinellis a1ab993680 Merge branch 'master' into 'master' | 8 năm trước cách đây | |
---|---|---|
_includes | 8 năm trước cách đây | |
_layouts | 8 năm trước cách đây | |
_posts | 8 năm trước cách đây | |
_sass | 8 năm trước cách đây | |
css | 8 năm trước cách đây | |
.gitignore | 8 năm trước cách đây | |
.gitlab-ci.yml | 8 năm trước cách đây | |
README.md | 8 năm trước cách đây | |
_config.yml | 8 năm trước cách đây | |
about.md | 8 năm trước cách đây | |
feed.xml | 8 năm trước cách đây | |
index.html | 8 năm trước cách đây |
Example Jekyll site using GitLab Pages. Read more at http://doc.gitlab.com/ee/pages/README.html
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:
.gitlab-ci.yml
.gitignore
_config.yml
Note: We assume you already have Jekyll 3.1.2 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:
_config.yml
according to your projectjekyll serve
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
.
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.
Enjoy!