diff --git a/_layouts/plugin.html b/_layouts/plugin.html index 48ddcca..4aef5dd 100644 --- a/_layouts/plugin.html +++ b/_layouts/plugin.html @@ -2,17 +2,19 @@ layout: default --- -
+
-
-

- - Probot +

@@ -21,8 +23,9 @@ layout: default
-
+
+

{{ page.title }}

@@ -31,7 +34,6 @@ layout: default -
@@ -61,7 +63,12 @@ layout: default {% endfor %}

About

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

+ +

+ Author: + + @{{ page.author }} +

Updated: June 12, 2017

{{ page.installs | default: 0 }} installs

{{ page.stars | default: 0 }} stars

diff --git a/_plugins/dco.md b/_plugins/dco.md index cf4b1ac..b849e41 100644 --- a/_plugins/dco.md +++ b/_plugins/dco.md @@ -1,6 +1,6 @@ --- title: Certificate of Origin -description: enforce the DCO on Pull Requests +description: Enforce the DCO on Pull Requests slug: dco octicon: law color: 89A4C7 diff --git a/_plugins/config.md b/_plugins/settings.md similarity index 96% rename from _plugins/config.md rename to _plugins/settings.md index 3f25a08..c28280b 100644 --- a/_plugins/config.md +++ b/_plugins/settings.md @@ -1,10 +1,10 @@ --- title: Settings description: Pull Requests for repository settings -slug: configurer +slug: settings octicon: gear color: F0B446 -background: http://media.istockphoto.com/vectors/bright-yellow-and-grey-office-or-waiting-room-vector-id534481994 +background: http://media.istockphoto.com/vectors/human-hands-clapping-vector-id610140086 topics: - administration --- diff --git a/_plugins/snooze.md b/_plugins/snooze.md new file mode 100644 index 0000000..2375498 --- /dev/null +++ b/_plugins/snooze.md @@ -0,0 +1,8 @@ +--- +title: Snooze +description: Temporarily close Issues and Pull Requests +slug: snooze +color: D96858 +background: http://media.istockphoto.com/vectors/working-vector-id515684016 +author: jbjonesjr +--- diff --git a/_plugins/stale.md b/_plugins/stale.md index 00e6cbf..222a62f 100644 --- a/_plugins/stale.md +++ b/_plugins/stale.md @@ -1,6 +1,6 @@ --- title: Stale -description: close stale Issues and Pull Requests +description: Close stale Issues and Pull Requests slug: probot-stale octicon: clock color: DAECE3 @@ -17,6 +17,7 @@ organizations: - exercism - github - npm +author: github --- After installing the integration, create `.github/stale.yml` in the default branch to enable it: diff --git a/_sass/colors.scss b/_sass/colors.scss index c0391cf..4c413a7 100644 --- a/_sass/colors.scss +++ b/_sass/colors.scss @@ -1,8 +1,8 @@ -$brand: (red, #DE513E), - (blue, #4CACD5), - (blue-dark, darken(#4CACD5, 45%)), - (blue-light, lighten(#B7DDE3, 15%)), - (orange, #F2BE6D); +$brand: (red, #EF4136), + (blue, #00B0D8), + (blue-dark, darken(#00B0D8, 25%)), + (blue-light, lighten(#AFDFE4, 15%)), + (orange, #FCBA63); @each $name, $color in $brand { .bg-brand-#{"" + $name} { diff --git a/index.html b/index.html index 0fbfd79..c84797f 100644 --- a/index.html +++ b/index.html @@ -1,23 +1,23 @@ --- layout: default --- -