Gatsby theme to easily add a tags page to gatsby-theme-try-ghost
Adds a tags page to gatsby-theme-try-ghost.
yarn add gatsby-theme-ghost-tags
This theme is an add-on theme designed to seamlessly integrate with gatsby-theme-try-ghost. The theme uses functions provided by gatsby-theme-try-ghost, so installing gatsby-theme-try-ghost is required.
yarn add gatsby-theme-try-ghost
``javascriptgatsby-theme-ghost-tags
// In your gatsby-config.js
plugins: [
{
resolve: ,Tags Collection
options: {
pageContext: {
title: ,/tags/
path: ,``
showIcon: true
},
},
},
]
This plugin brings Tags functionality to your Gatsby site!✨
Tags functionality:
1. a page that shows all your tags in one navigation page for all your visitors to browse
2. a navigation link (icon) to allow your visitors to reach that page
3. can configure page title, path and icon visability via config
PRs are welcome! Consider contributing to this project if you are missing feature that is also useful for others. Explore this guide, to get some more ideas.
Copyright (c) 2020 styxlab - Released under the MIT license.