GithubHelp home page GithubHelp logo

thedemodev / graphql-blog Goto Github PK

View Code? Open in Web Editor NEW

This project forked from graphql-editor/graphql-blog

0.0 1.0 0.0 95.88 MB

Official GraphQLBlog repository. Add your blog posts as pull request!

Home Page: https://blog.graphqleditor.com

License: MIT License

JavaScript 100.00%

graphql-blog's Introduction

GraphQL Blog

This is the repository of graphql blog. Contribute here to see your blog post on blog.graphqleditor.com You need gatsby cli to develop

$ npm install --global gatsby-cli

Contributing

  1. Fork this repo
  2. Create your blog post branch:
    $ git checkout -b my-article-slug
  3. Make changes as described below
  4. Commit and push your changes
  5. Submit a pull request to this repo

Adding yourself as an author

  1. Create a folder
    src/components/authors/YOUR_NAME
    
  2. Add your photo to this folder
  3. Add index.js file with the following structure where NAME is your name
    export const NAME = {
         photo: require('./path_to_photo'),
         desc:'About you',
         name: 'Your name',
         email: '[email protected]'
    }

Creating a blog post

Please create blog posts basing on markdown and other post structure. It is important to begin blog post with

---
title: Post title
date: '2018-10-10T11:23:04.284Z'
author: NAME
---

Publishing post to different services.

Run

$ npm run blog
  1. Choose blog post name
  2. Choose where to publish ( reddit, twitter, linkedin etc.) or publish to all vendors.
  3. CLI will open the prefilled submit forms in your browser
  4. Enjoy!

graphql-blog's People

Contributors

aexol avatar joshuamays avatar tponiat avatar

Watchers

 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.