Achilleas Pipinellis c93448c797 Minor typos | 8 years ago | |
---|---|---|
_includes | 8 years ago | |
_layouts | 8 years ago | |
_posts | 8 years ago | |
_sass | 8 years ago | |
css | 8 years ago | |
.gitignore | 8 years ago | |
.gitlab-ci.yml | 8 years ago | |
README.md | 8 years ago | |
_config.yml | 8 years ago | |
about.md | 8 years ago | |
feed.xml | 8 years ago | |
index.html | 8 years ago |
Example Jekyll website using GitLab Pages.
Learn more about GitLab Pages at https://pages.gitlab.io and the official documentation http://doc.gitlab.com/ee/pages/README.html.
Table of Contents generated with DocToc
This project's static Pages are built by GitLab CI, following the steps
defined in .gitlab-ci.yml
:
image: ruby:2.3
pages:
script:
- gem install jekyll
- jekyll build -d public
artifacts:
paths:
- public
only:
- master
To work locally with this project, you'll have to follow the steps below:
jekyll build -d public
jekyll serve
Read more at Jekyll's documentation.
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 your
project's Settings.
Read more about user/group Pages and project Pages.
If you forked this project for your own use, please go to your project's Settings and remove the forking relationship, which won't be necessary unless you want to contribute back to the upstream project.
CSS is missing! That means two things:
Either that you have wrongly set up the CSS URL in your templates, or your static generator has a configuration option that needs to be explicitly set in order to serve static assets under a relative URL.