Skip to content

Commit

Permalink
docs: update jekyll dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
error418 committed Feb 16, 2020
1 parent a2c633e commit 415b24a
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 48 deletions.
3 changes: 2 additions & 1 deletion docs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
_site
.sass-cache
.jekyll-metadata
.vendor
.vendor
.jekyll-cache
106 changes: 61 additions & 45 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,65 +1,81 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
colorator (1.1.0)
ffi (1.9.25)
ffi (1.9.25-x64-mingw32)
concurrent-ruby (1.1.6)
em-websocket (0.5.1)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
eventmachine (1.2.7)
eventmachine (1.2.7-x64-mingw32)
ffi (1.12.2)
ffi (1.12.2-x64-mingw32)
forwardable-extended (2.6.0)
jekyll (3.6.3)
http_parser.rb (0.6.0)
i18n (1.8.2)
concurrent-ruby (~> 1.0)
jekyll (4.0.0)
addressable (~> 2.4)
colorator (~> 1.0)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 1.1)
kramdown (~> 1.14)
em-websocket (~> 0.5)
i18n (>= 0.9.5, < 2)
jekyll-sass-converter (~> 2.0)
jekyll-watch (~> 2.0)
kramdown (~> 2.1)
kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0)
mercenary (~> 0.3.3)
pathutil (~> 0.9)
rouge (>= 1.7, < 3)
rouge (~> 3.0)
safe_yaml (~> 1.0)
jekyll-feed (0.11.0)
jekyll (~> 3.3)
jekyll-redirect-from (0.14.0)
jekyll (~> 3.3)
jekyll-remote-theme (0.3.1)
jekyll (~> 3.5)
rubyzip (>= 1.2.1, < 3.0)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
jekyll-seo-tag (2.5.0)
jekyll (~> 3.3)
jekyll-sitemap (1.2.0)
jekyll (~> 3.3)
jekyll-watch (1.5.1)
terminal-table (~> 1.8)
jekyll-feed (0.13.0)
jekyll (>= 3.7, < 5.0)
jekyll-redirect-from (0.16.0)
jekyll (>= 3.3, < 5.0)
jekyll-remote-theme (0.4.2)
addressable (~> 2.0)
jekyll (>= 3.5, < 5.0)
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
rubyzip (>= 1.3.0, < 3.0)
jekyll-sass-converter (2.1.0)
sassc (> 2.0.1, < 3.0)
jekyll-seo-tag (2.6.1)
jekyll (>= 3.3, < 5.0)
jekyll-sitemap (1.4.0)
jekyll (>= 3.7, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (1.17.0)
liquid (4.0.1)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
kramdown (2.1.0)
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
listen (3.2.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (3.0.3)
public_suffix (4.0.3)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rouge (2.2.1)
ruby_dep (1.5.0)
rubyzip (2.0.0)
safe_yaml (1.0.4)
sass (3.7.2)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
thread_safe (0.3.6)
tzinfo (1.2.5)
thread_safe (~> 0.1)
tzinfo-data (1.2018.7)
rb-inotify (0.10.1)
ffi (~> 1.0)
rouge (3.16.0)
rubyzip (2.2.0)
safe_yaml (1.0.5)
sassc (2.2.1)
ffi (~> 1.9)
sassc (2.2.1-x64-mingw32)
ffi (~> 1.9)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
tzinfo (2.0.1)
concurrent-ruby (~> 1.0)
tzinfo-data (1.2019.3)
tzinfo (>= 1.0.0)
unicode-display_width (1.6.1)

PLATFORMS
ruby
Expand Down
5 changes: 4 additions & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ remote_theme: error418/jekyll-doc-theme
title: Swingletree
email:
description: >-
Simplify your build feedback
Swingletree is a GitHub App enabling you to integrate and observe the results of your CI/CD pipeline tools
lang: de-DE

logo: assets/images/icon.svg
Expand Down Expand Up @@ -88,3 +88,6 @@ collections:
# posts:
# permalink: /blog/:year/:month/:day/:title/
# output: true

twitter:
username: swingletree-oss
2 changes: 1 addition & 1 deletion docs/_includes/head-ext.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
{%- endif %}

{% if page.mermaid==true -%}
<script src="https://unpkg.com/mermaid@8.4.3/dist/mermaid.min.js" integrity="sha384-SyXkGLN1oWjt3j58nhZPze0OJnn7vvgBROuL6ucsrfX1DDBNqyNTRtHLFGpMzePy" crossorigin="anonymous"></script>
<script src="https://unpkg.com/mermaid@8.4.6/dist/mermaid.min.js" integrity="sha384-i+IYfRfa9+1jk0rq4c27q5GP9EK/rFQ1oFotMeawnVD7qPZsi5m4DDzJEz8uDIEt" crossorigin="anonymous"></script>
<script>mermaid.initialize({startOnLoad:true,theme:"neutral"});</script>
{%- endif %}
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
layout: default
title: Simplify your build feedback
---

{% include header-banner.html %}
Expand Down

0 comments on commit 415b24a

Please sign in to comment.