Giter Club home page Giter Club logo

gatsby-starter-kontent's Introduction

Gatsby starter site with Kentico Kontent

Netlify Status

Live demo Stack Overflow

This repo contains a Gatsby v2 starter site pre-configured with Kentico Kontent source plugin. The site portrays a personal site of a fictional technical evangelist that attends user groups, writes blog posts and implements projects.

Gatsby starter site with Kentico Kontent

Prerequisites

How to run the code

The preferred way is to use Gatsby CLI gatsby new command, but you can of course simply clone or fork this repo.

Use Gatsby CLI

Make sure you have Gatsby CLI installed via npm list -g gatsby-cli. If not, you can install CLI via npm install --global gatsby-cli.

Then, navigate to your projects directory and run gatsby new [subdirectory name] https://github.com/Kentico/gatsby-starter-kentico-cloud. Replace [subdirctory name] with your project directory's name. The CLI tool will essentially do three things:

  • create a subdirectory
  • clone the starter site codefiles into that subdirectory
  • run yarn install to get all dependencies for you

Clone or fork the repo

Clone or fork this repo. Once it's done, navigate to the app's root directory and run:

yarn install

Run the starter site

Now, run:

yarn develop (or gatsby develop, should you have the Gatsby CLI installed)

This will bootstrap the site, build all static pages and start the site at http://localhost:8000 . You'll also be able to test arbitrary GraphQL queries in the GraphiQL interface via http://localhost:8000/___graphql.

Developing

You may use any IDE, however, we've added a settings file for Visual Studio Code for easier debugging.

To get a smooth debugging experience, you can temporarily copy the gatsby-source-kontent directory of the source plugin to the /plugins/@kentico directory of your site. Then, in the context of /plugins/@kentico/gatsby-source-kontent, run two commands npm install and npm run build.

Using the Kentico Kontent JavaScript SDK configuration object

The source plugin used by this starter in turn uses the Kentico Kontent Delivery SDK in the background. You can put the configuration object of the SDK into the deliveryClientConfig property of the gatsby-config.js file.

Experimenting

Of all the artifacts of Kentico Kontent, the starter site only displays content items and only in the default language. But, our source plugin also provides content types and items in non-default languages. The plugin links them all so that these data can be fetched in one GraphQL query.

Check out the source plugin for more details on which kinds of data and relationships it supports.

Analytics

gatsby-starter-kontent's People

Contributors

colliercz avatar petrsvihlik avatar rashidul-hasan avatar simply007 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.