diff --git a/_includes/app.html b/_includes/app.html new file mode 100644 index 0000000..1ede6b0 --- /dev/null +++ b/_includes/app.html @@ -0,0 +1,14 @@ +
+ +

{{ app.title }}

+

{{ app.description }}

+
+
+
{% octicon star heigh:16 class:"v-align-middle" %} {{ app.stars }}
+
+ Made by {{ app.author }} +
+
+
+
+
diff --git a/_includes/nav.html b/_includes/nav.html index 16ea6e5..afae576 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -12,7 +12,7 @@ {% endunless %} diff --git a/_layouts/app.html b/_layouts/app.html index 0ad73c8..6b99eef 100644 --- a/_layouts/app.html +++ b/_layouts/app.html @@ -2,8 +2,8 @@ layout: default --- -
-
+
+

{{ page.title }}

diff --git a/apps/index.html b/apps/index.html new file mode 100644 index 0000000..b09c8a8 --- /dev/null +++ b/apps/index.html @@ -0,0 +1,38 @@ +--- +layout: default +title: Featured Apps +--- + +
+
+

{{ page.title }}

+ +
+ {% assign apps = site.apps | sort: 'stars' | reverse %} + {% for app in apps %} + {% include app.html app=app %} + {% endfor %} +
+ +
+
+
+

Browse GitHub

+

+ Browse the #probot-plugin topic on GitHub to find more apps to use and contribute to. +

+
+ +
+

Build your own app

+

Don't see an app that meets your needs? Nothing to fear, you can build one.

+
+ +
+

Share your app

+

Is your app ready for prime time? List it in the app directory to gain more exposure.

+
+
+
+
+
diff --git a/index.html b/index.html index 5c8eacf..8e1457f 100644 --- a/index.html +++ b/index.html @@ -25,7 +25,7 @@ layout: default
-

Discover

+

Explore

Check out these apps built by the community that extend your project on GitHub. They're all open source and free to use on any project.

@@ -54,7 +54,7 @@ layout: default

Discover dozens of apps that extend GitHub and improve your workflow.

- + {% octicon telescope class:"mr-2" %} Explore more apps