Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-theme-ghost-tags

Released under MIT license. gatsby-theme-ghost-members npm package version. PRs welcome!

Adds a tags page to gatsby-theme-try-ghost.

Install

yarn add gatsby-theme-ghost-tags

Dependencies

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

How to use

// In your gatsby-config.js
plugins: [
    {
        resolve: `gatsby-theme-ghost-tags`,
        options: {
            pageContext: {
                title: `Tags Collection`,
                path: `/tags/`,
                showIcon: true
            },
        },
    },
]

Details

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

Contributions

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 & License

Copyright (c) 2020 styxlab - Released under the MIT license.

© 2023 Gatsby, Inc.