Skip to content
Snippets Groups Projects
  1. Aug 21, 2019
  2. Aug 02, 2019
  3. Feb 21, 2019
  4. Jul 03, 2018
  5. Jun 06, 2018
  6. Jul 07, 2017
  7. Apr 03, 2017
  8. Mar 10, 2017
  9. Mar 08, 2017
  10. Mar 01, 2017
  11. Feb 17, 2017
    • Adam Voss's avatar
      Introduce end-of-line normalization · a1cb43f3
      Adam Voss authored
      This will prevent diff issues such as the one seen in merge request 11 when an editor changed the EOL for a file resulting in a useless diff.
      a1cb43f3
  12. Feb 11, 2017
  13. Feb 10, 2017
  14. Apr 05, 2016
  15. Mar 30, 2016
  16. Mar 25, 2016
    • Achilleas Pipinellis's avatar
      Update version badge [ci skip] · d25bb9db
      Achilleas Pipinellis authored
      d25bb9db
    • Achilleas Pipinellis's avatar
      Merge branch 'master' into 'master' · a1ab9936
      Achilleas Pipinellis authored
      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
      a1ab9936
  17. Mar 24, 2016
Loading