GithubHelp home page GithubHelp logo

gridsome-starter's Introduction

Starter Project For Gridsome.

Made to save time getting a Gridsome project fired up. It's got my personal preferences, not really meant for the masses, but feel free to use it or make suggestions.

Netlify Status

Technologies Used:

There's probably a few items missing from that list ^

Usage Instructions:

To use this starter, follow these steps:

  1. Clone the repo.
  2. cd into folder.
  3. npm install.
  4. Replace default values that are outlined below.
  5. Setup Github Auth
  6. npm run dev.
  7. Happy Coding ๐Ÿ˜ƒ

Configuration Options / Files:

** gridsome.config.js **

  • siteName:

    • The sitename that you want to use for this project.
  • siteUrl:

    • The site URL
  • siteDescription:

    • Default meta description.

** Plugins **

  • Gridsome Plugin Netlify CMS:

    • publicPath: URL for your Netlify CMS login page
  • Gridsome Source Filesystem:

    • path: The path to the folder that contains the markdown files for that content type.
    • typeName: The name of your content type.
    • remark: The remark plugins you want to use for that specific content type.
  • transformers.remark:

    • Global remark plugins that you want to use.
  • Gridsome Critical CSS:

    • options.paths: Array of paths to create critical css for.
    • options.width: Width of viewport to use for determining what's above the fold.
    • options.height: Height of viewport to use for determining what's above the fold.

** src/admin/config.yml **

This is where all of your netlify CMS config lives. Register your content types / collections here.

  • Backend:

    • name: the backend type / name
    • repo: the git repo
  • media_folder: /static/uploads where your media is stored

  • public_folder: /uploads where public files are stored

  • Collections:

    • This is where you register your collections / content types. Follow the example provided in the file.

Troubleshooting

The best place to find information is going to be on the Gridsome Website. Information for the various plugins can be found there.

gridsome-starter's People

Contributors

brettwray avatar

Stargazers

Aziz Hamimeche avatar

Watchers

James Cloos 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.