Commit Graph

25 Commits

Author SHA1 Message Date
8240ef2ae8 Lower TOC 2016-04-05 21:46:16 +03:00
e120b00841 Merge branch 'ruby23' into 'master'
Ruby 2.3



See merge request !2
2016-04-05 18:35:52 +00:00
6f3ebcb689 Add a test job 2016-04-05 21:19:30 +03:00
cc910e0130 Bump to Ruby 2.3 2016-04-05 21:15:23 +03:00
a49a21d126 Exclude public dir 2016-04-05 21:14:06 +03:00
3511493f4e Update README 2016-04-05 21:13:23 +03:00
3df7a29cba Use / for url 2016-03-30 10:42:10 +00:00
d25bb9db1d Update version badge [ci skip] 2016-03-25 10:48:39 +00:00
a1ab993680 Merge branch 'master' into 'master'
Fix layout, improve README, upgrade Jekyll template

# Why?

- the layout was broken
- `.gitlab-ci.yml` had a unnecessary gem (redcarpet)
- the template was very old (probably Jekyll 2.4.0 or older)

# What did you do?

- I generated new Jekyll site locally (`jekyll new project`) using last Jekyll version (3.2.1)
- I added readme with basic instructions and fix doc-pages URL (was https://doc.gitlab.com/ee/pages/)
- I edited `_config.yml` url and baseurl to match the correct path and kept the same title as before ("Example Jekyll site using GitLab Pages")

# Results

_Before_

----

![pages-jekyll-layout-before](/uploads/9f5342c14da50333917b02ea997c0c8e/pages-jekyll-layout-before.png)

----

_After_

----

![pages-jekyll-layout-fix](/uploads/495f48f87d074fdf13e8a00e2922e014/pages-jekyll-layout-fix.png)

----

# Why WIP?

Because the changes are significant in terms of content. We could just fix the urls on `_config.yml` and the link to doc-pages on readme and we'd be good to go.

# README:

----

![Jekyll Version](https://img.shields.io/badge/Jekyll-3.1.2-red.svg)
![Build Status](https://gitlab.com/pages/jekyll/badges/master/build.svg)

----

Example [Jekyll] site using GitLab Pages. Read more at http://doc.gitlab.com/ee/pages/README.html

-----
# Theme: Jekyll 3 Default

# Original source:

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 config: [`.gitlab-ci.yml`]
- Gitignore: [`.gitignore`]
- Jekyll config: [`_config.yml`]

# Building locally

_**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:

- Fork, clone or download this project
- Adjust [`_config.yml`] according to your project
- Preview your project: `jekyll serve`

# 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`.

# 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. 

Enjoy!

[Jekyll]: http://jekyllrb.com/
[jek-312]: https://rubygems.org/gems/jekyll/versions/3.1.2
[`_config.yml`]: https://gitlab.com/pages/jekyll/blob/master/_config.yml
[`.gitlab-ci.yml`]: https://gitlab.com/pages/jekyll/blob/master/.gitlab-ci.yml
[`.gitignore`]: https://gitlab.com/pages/jekyll/blob/master/.gitignore

----

cc/ @axil 

See merge request !1
2016-03-25 08:46:12 +00:00
61bdeb8724 minor adjustments - readme.md 2016-03-24 20:59:51 -03:00
81c7f12500 exclude readme.md from the builds 2016-03-24 20:57:10 -03:00
f424a6795d fix doc-pages url 2016-03-24 20:29:16 -03:00
62466a2bf6 fix url 2016-03-24 20:06:01 -03:00
b06039df62 update url for Pages group 2016-03-24 20:00:37 -03:00
ea70058276 updating readme 2016-03-24 19:05:09 -03:00
c84d2f2a51 fix links 2016-03-24 18:50:07 -03:00
1928bc46a9 full replacement 2016-03-24 15:50:36 -03:00
0142a85cee jekyll 3.2.1 default 2016-03-24 15:49:02 -03:00
be20e2fcee Add site URL 2016-03-23 10:39:05 +00:00
b16402e7b5 Fix link to docs 2015-12-22 10:56:23 +00:00
9b1f11ca6e Install redcarpet 2015-12-17 21:59:56 +00:00
bd91d4499f Add README 2015-12-17 21:55:24 +00:00
1ffb1f4c93 Install jekyll in gitlab-ci.yml 2015-12-17 13:01:47 +01:00
c6e3b66fd8 Add .gitlab-ci.yml 2015-12-17 12:49:09 +01:00
065b20cef4 Create jekyll site 2015-12-17 12:46:19 +01:00