From bd063ae0f0c0504a5b9113ff03e3eb75578179d4 Mon Sep 17 00:00:00 2001 From: Gabriel Staples Date: Mon, 26 Oct 2020 13:24:17 -0700 Subject: [PATCH] Add links to all Jekyll themes on GitHub tagged with #jekyll-theme (#8447) Merge pull request 8447 --- docs/_docs/themes.md | 3 +++ docs/pages/resources.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/docs/_docs/themes.md b/docs/_docs/themes.md index 99ab3cbf..cec73112 100644 --- a/docs/_docs/themes.md +++ b/docs/_docs/themes.md @@ -9,11 +9,14 @@ Jekyll has an extensive theme system that allows you to leverage community-maint You can find and preview themes on different galleries: +- [GitHub.com #jekyll-theme repos](https://github.com/topics/jekyll-theme) - [jamstackthemes.dev](https://jamstackthemes.dev/ssg/jekyll/) - [jekyllthemes.org](http://jekyllthemes.org/) - [jekyllthemes.io](https://jekyllthemes.io/) - [jekyll-themes.com](https://jekyll-themes.com/) +See also: [resources](/resources/). + ## Understanding gem-based themes When you [create a new Jekyll site](/docs/) (by running the `jekyll new ` command), Jekyll installs a site that uses a gem-based theme called [Minima](https://github.com/jekyll/minima). diff --git a/docs/pages/resources.md b/docs/pages/resources.md index c5b93f2a..fe897f36 100644 --- a/docs/pages/resources.md +++ b/docs/pages/resources.md @@ -10,10 +10,13 @@ and other resources that can be helpful. Below is a collection of links to some of the most popular Jekyll resources. ## Themes +- [GitHub.com #jekyll-theme repos](https://github.com/topics/jekyll-theme) - [jamstackthemes.dev](https://jamstackthemes.dev/ssg/jekyll/) - [jekyllthemes.org](http://jekyllthemes.org/) - [jekyllthemes.io](https://jekyllthemes.io/) +See also: [docs/themes](/docs/themes/). + ## Plugins - [jekyll-plugin topic on GitHub](https://github.com/topics/jekyll-plugin) - [Planet Jekyll](https://github.com/planetjekyll/awesome-jekyll-plugins)