All Projects → dferber90 → Gatsby Starter Help Center

dferber90 / Gatsby Starter Help Center

Licence: mit
📙A free self-hosted help center

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Gatsby Starter Help Center

Dantecalderon.dev
💻 ❤️ My personal website
Stars: ✭ 51 (-36.25%)
Mutual labels:  gatsby
Taniarascia.com
💾 ‎ Personal website running on Gatsby, React, and Node.js.
Stars: ✭ 1,183 (+1378.75%)
Mutual labels:  gatsby
Gatsby Starter Prismic I18n
Based on gatsby-starter-prismic with Internationalization (i18n) support
Stars: ✭ 77 (-3.75%)
Mutual labels:  gatsby
Gatsby Material Ui Business Starter
Beautiful Gatsby Material UI Business Starter
Stars: ✭ 62 (-22.5%)
Mutual labels:  gatsby
Gatsby Starter Default
The default Gatsby starter
Stars: ✭ 1,154 (+1342.5%)
Mutual labels:  gatsby
Gatsby Starter Tyra
Tyra - Feminine Gatsby Starter optimized for SEO
Stars: ✭ 74 (-7.5%)
Mutual labels:  gatsby
Gatsby Plugin Mdx
gatsby v1 mdx plugin, for gatsby v2 see https://github.com/ChristopherBiscardi/gatsby-mdx
Stars: ✭ 50 (-37.5%)
Mutual labels:  gatsby
Gatsby Starter Typescript Rebass Netlifycms
My default Gatsby setup. Includes rich MDX support.
Stars: ✭ 79 (-1.25%)
Mutual labels:  gatsby
Toast Ui.doc
Stars: ✭ 71 (-11.25%)
Mutual labels:  gatsby
Hake Action Torch
HAKE-Action in PyTorch
Stars: ✭ 74 (-7.5%)
Mutual labels:  knowledge-base
Resume Builder
Resume Builder is a free open-source project that allows anyone to easily maintain and build any kind of resume.
Stars: ✭ 62 (-22.5%)
Mutual labels:  gatsby
Nord Docs
The official Nord website and documentation
Stars: ✭ 63 (-21.25%)
Mutual labels:  gatsby
Chaseohlson
🤠 My website, built with Gatsby, Styled-Components & DatoCMS
Stars: ✭ 75 (-6.25%)
Mutual labels:  gatsby
Gatsby Starter Portfolio Cara
Playful and Colorful One-Page portfolio featuring Parallax effects and animations. Especially designers and/or photographers will love this theme! Built with MDX and Theme UI.
Stars: ✭ 1,101 (+1276.25%)
Mutual labels:  gatsby
Gatsby Themes
Get high-quality and customizable Gatsby themes to quickly bootstrap your website! Choose from many professionally created and impressive designs with a wide variety of features and customization options.
Stars: ✭ 1,208 (+1410%)
Mutual labels:  gatsby
Gatsby Plugin Linaria
Gatsby plugin for styling with Linaria
Stars: ✭ 51 (-36.25%)
Mutual labels:  gatsby
Stock Knowledge Graph
利用网络上公开的数据构建一个小型的证券知识图谱/知识库
Stars: ✭ 1,182 (+1377.5%)
Mutual labels:  knowledge-base
Gatsby Advanced Starter
A high performance skeleton starter for GatsbyJS that focuses on SEO/Social features/development environment.
Stars: ✭ 1,224 (+1430%)
Mutual labels:  gatsby
Reactime
Chrome extension for improving and optimizing performance in React applications (Gatsby and Next.js compatible).
Stars: ✭ 1,219 (+1423.75%)
Mutual labels:  gatsby
Risingstars2016
A complete overview of the JavaScript landscape in 2016: trends about front-end and node.js frameworks, tooling... Available in English, Japanese and Chinese.
Stars: ✭ 75 (-6.25%)
Mutual labels:  gatsby

gatsby-starter-help-center

Kick off your project with this help center boilerplate. This starter ships with the main Gatsby configuration files you might need to get up and running blazing fast with the blazing fast app generator for React.

preview

This README is a brief overview only. You can find the full documentation at help.dferber.de. That documentation site was built with this help center. Visit it to see what the help center looks like in production.

🚀 Quick start

  1. Clone the starter.

    Use the Gatsby CLI to create a new site, specifying the help center starter.

    # create a new Gatsby site using the help center starter
    gatsby new help-center dferber90/gatsby-starter-help-center
    
  2. Start developing.

    Navigate into your new site’s directory and start it up.

    cd help-center/
    gatsby develop
    
  3. Open the source code and start editing!

    Your site is now running at http://localhost:8000!

    Note: You'll also see a second link: http://localhost:8000/___graphql. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby tutorial.

    Open the help-center directory in your code editor of choice and edit content/articles/welcome/index.md. Save your changes and the browser will update in real time!

🧐 What's inside?

A quick look at the most important files and directories you'll need to edit.

.
|____README.md
|____gatsby-config.js
|____content
| |____welcome
| | |____index.md
| |____second-article
| | |____some-image.png
| | |____index.md
|____assets
| |____favicon.png
|____data
| |____collections.yml
| |____authors.yml
| |____avatars
| | |____dferber.png
| | |____amanda.jpg
| | |____bert.jpg
  1. gatsby-config.js: This is the main configuration file for a Gatsby site. This is where you can specify information about your site (metadata) like the site title and description, which Gatsby plugins you’d like to include, etc. (Check out the config docs for more detail).

  2. content/articles: This is the folder where you'll place your articles.

  3. data/collections.yml: This file defines the collections of your help center. Each article will belong to one collection. A collection consists of many articles. A collection can have different sections which its articles may belong to.

  4. data/authors.yml: This file is where you'll list your authors. Every author needs an id, a name and an avatar. You can add an author to each article.

  5. data/avatars: Place the author's avatars in this folder and use them in authors.yml.

🎓 Learning Gatsby

Looking for more guidance? Full documentation for Gatsby lives on the website. Here are some places to start:

  • For most developers, we recommend starting with our in-depth tutorial for creating a site with Gatsby. It starts with zero assumptions about your level of ability and walks through every step of the process.

  • To dive straight into code samples, head to our documentation. In particular, check out the Guides, API Reference, and Advanced Tutorials sections in the sidebar.

💫 Examples

Projects built with gatsby-starter-help-center:

...you can open a PR and add your project to this list once you're up and running

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].