Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

graphql-blog

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-blog

GraphQLBlog

  • 1.0.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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: 'your@email.com'
    }
    

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!

Keywords

FAQs

Package last updated on 27 Oct 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc