Mcastres / gridsome.org

The website for Gridsome.org

Home Page:https://gridsome.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gridsome.org

This is the Git repository for gridsome.org. Feel free to contribute šŸ„³

Linting Markdown

We use markdownlint-cli to enforce style consistency rules on the documentation. The linter runs automatically on every push and pull request via GitHub Actions.

To install the linter on your machine, run the following:

npm install -g markdownlint-cli@0.23.2

You can check your changes for linter errors by running:

markdownlint '**/*.md' --ignore node_modules

The linter can automatically fix certain classes of failure. To accept these fixes, run:

markdownlint '**/*.md' --ignore node_modules --fix

About

The website for Gridsome.org

https://gridsome.org

License:MIT License


Languages

Language:Vue 76.5%Language:CSS 18.5%Language:JavaScript 4.3%Language:HTML 0.7%