hikerpig / gatsby-project-kb

Developing gatsby-theme-kb, a Gatsby theme for publishing Knowledge Base.
https://gatsby-project-kb.vercel.app/
MIT License
61 stars 15 forks source link

How to use this theme as gatsby starter. #30

Closed Adam-Al-Rahman closed 2 years ago

Adam-Al-Rahman commented 2 years ago

Hi, @hikerpig how to use this theme as a gatsby starter theme, like

gatsby new project-name https://github.com/hikerpig/....

hikerpig commented 2 years ago

@Adam-Al-Rahman It's quite common in the Gatsby community to create a separate git repository for the starter, but sadly I have not created that yet 😅. Maybe you can use https://github.com/hikerpig/foam-template-gatsby-kb/ as a starter for now? Click 'Use This Template' button in the github repository page, clone to your local machine, and start installing dependencies. I will try to figure out a Gatsby-CLI-compatible starter project later and get it into the https://www.gatsbyjs.com/starters/ category - hopefully.

Adam-Al-Rahman commented 2 years ago

@hikerpig, ok, it's fine. I'll check the template. Thanks for showing me the direction.