Coder Social home page Coder Social logo

greglobinski / gatsby-starter-kit Goto Github PK

View Code? Open in Web Editor NEW
97.0 6.0 38.0 3.31 MB

A set of starters for Gatsby.js

Home Page: https://greglobinski.github.io/gatsby-starter-kit-docs/

License: MIT License

JavaScript 100.00%
gatsbyjs gatsby v2 starter themes

gatsby-starter-kit's Introduction

greglobinski.com

That's the code of my website (greglobinski.com). My first production-use of the Gatsby-React tandem.

Screenshots

Build with

Starting point

Additional plugins and packages

Setup

  1. Install gatsby-cli (docs)
  2. Clone the repository to your localhost
  3. Install dependencies (yarn install)
  4. Use gatsby-cli to start in development mode (docs)
  5. Have fun.

gatsby-starter-kit's People

Contributors

greglobinski avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

gatsby-starter-kit's Issues

Advanced usage section - merging updates

Thanks a lot for the updates to the Advanced usage section. Being able to update the starter from upstream is a killer feature.

Could you please also add the recommended way of merging upstream updates to the master branch?

Cannot start new classy themed project, remote branch not found to clone

I really like the classy theme. When I try: (my dir name is classy-gatsby)
gatsby new classy-gatsby https://github.com/greglobinski/gatsby-starter-kit.git#classy-docs-with-content I get this error:

warning: Could not find remote branch classy-docs-with-content to clone.
fatal: Remote branch classy-docs-with-content not found in upstream origin
error Command failed: git clone -b classy-docs-with-content https://github.com/greglobinski/gatsby-starter-kit.git classy-gatsby --single-branch


  Error: Command failed: git clone -b classy-docs-with-content https://github.com/greglobinski/gatsby-starter-kit.git classy-gat  sby --single-branch
  
  - index.js:236 Promise.all.then.arr
    [lib]/[gatsby-cli]/[execa]/index.js:236:11
  
  - util.js:16 tryCatcher
    [lib]/[gatsby-cli]/[bluebird]/js/release/util...... (truncated)```

I've looked at the repo.  I've used git for years, but I am not yet familiar with branch name tagging when cloning and how that works.. when using `#classy-docs-with-content` does that target content/classy-docs or starter/classy-docs or is this link broken?  Please let me know if I can be of help to clarify.  Thanks =)

The documentation for "Theme's style customization" is unclear.

You can although do not import the variable file and create your own local one or override just some of the variables. You can also add new ones.

What does this sentence mean?

I am guessing in order to modify the css, you would need to add the two lines

import { injectGlobal } from 'emotion';
import '@react-website-themes/default/styles/global';

to a page like "index.js" and then add what you would like to use as override, ie:
injectGlobal
h1 {
font-size: 5em;
font-weight: 300;
color: pink;
}

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.