hikerpig / gatsby-project-kb

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

Home Page:https://gatsby-project-kb.vercel.app/

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

Support

Feel free to open issues if you have any problems or suggestions for this project, I will do my best to solve them in my spare time.

If you find it useful and find yourself in a mood of sunshine, you may support me a little pack of coffee beans.

I like Geisha, you will like it, too.

Buy Me A Coffee

About

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

https://gatsby-project-kb.vercel.app/

License:MIT License


Languages

Language:TypeScript 63.5%Language:CSS 19.8%Language:JavaScript 16.7%