Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Gatsby theme project for publishing Knowledge Base sites, with a demo and documentation.
gatsby-project-kb is an open-source Gatsby theme project for publishing Knowledge Base sites, built as a monorepo with a demo site and the gatsby-theme-kb package.
gatsby-project-kb is a project that develops gatsby-theme-kb, a Gatsby theme specifically for publishing Knowledge Base websites. The repository is organized as a yarn workspace monorepo containing a demo site under the demo directory and the theme itself under packages/gatsby-theme-kb. The project is maintained by hikerpig and provides a live demo and documentation at gatsby-project-kb.vercel.app. It is positioned for use cases like personal wikis, digital gardens, and knowledge base publishing, as shown by its repository topics.
Clone the repository and use yarn to install dependencies, then run yarn dev to start the development server. The monorepo structure keeps the demo site and theme package separate, which makes it straightforward to iterate on the theme while viewing a sample implementation.