-
- Downloads
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_ ----  ---- _After_ ----  ---- # 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: ----   ---- 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
Showing
- .gitignore 2 additions, 1 deletion.gitignore
- .gitlab-ci.yml 0 additions, 1 deletion.gitlab-ci.yml
- README.md 44 additions, 1 deletionREADME.md
- _config.yml 22 additions, 4 deletions_config.yml
- _includes/footer.html 38 additions, 0 deletions_includes/footer.html
- _includes/head.html 12 additions, 0 deletions_includes/head.html
- _includes/header.html 27 additions, 0 deletions_includes/header.html
- _includes/icon-github.html 1 addition, 0 deletions_includes/icon-github.html
- _includes/icon-github.svg 1 addition, 0 deletions_includes/icon-github.svg
- _includes/icon-twitter.html 1 addition, 0 deletions_includes/icon-twitter.html
- _includes/icon-twitter.svg 1 addition, 0 deletions_includes/icon-twitter.svg
- _layouts/default.html 10 additions, 36 deletions_layouts/default.html
- _layouts/page.html 14 additions, 0 deletions_layouts/page.html
- _layouts/post.html 11 additions, 5 deletions_layouts/post.html
- _posts/2015-12-17-welcome-to-jekyll.markdown 0 additions, 24 deletions_posts/2015-12-17-welcome-to-jekyll.markdown
- _posts/2016-03-24-welcome-to-jekyll.markdown 25 additions, 0 deletions_posts/2016-03-24-welcome-to-jekyll.markdown
- _sass/_base.scss 206 additions, 0 deletions_sass/_base.scss
- _sass/_layout.scss 242 additions, 0 deletions_sass/_layout.scss
- _sass/_syntax-highlighting.scss 71 additions, 0 deletions_sass/_syntax-highlighting.scss
- about.md 15 additions, 0 deletionsabout.md
Loading
Please register or sign in to comment