AndrewNatoli / gatsby-project-kb

Developing gatsby-theme-kb, a Gatsby theme for publishing Knowledge Base.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gatsby-project-kb

Here is a project developing a gatsby theme for publishing Knowledge Base.

You can check out the demo and documentation.

If you are looking for gatsby-theme-kb, go to directory packages/gatsby-theme-kb for more detailed docs.

Development

File structure:

├── demo // the demo site's code
├── packages
    └── gatsby-theme-kb // the Gatsby theme
├── yarn.lock

This is a common structure for developing Gatsby theme using yarn workspace. You can check more on Gatsby official tutorial Building a Theme.

Run it locally

yarn # install dependencies
yarn dev # start devlopment

About

Developing gatsby-theme-kb, a Gatsby theme for publishing Knowledge Base.


Languages

Language:TypeScript 61.4%Language:CSS 22.5%Language:JavaScript 16.1%