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)