adapttive / strapi-starter-gridsome-blog

Gridsome Blog Template for Strapi CMS

Home Page:https://adapttive.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

strapi-starter-gridsome-blog

Netlify Status

This is the git repository for adapttive.com. Based on gridsome.org.

Setup

Install Gridsome CLI to start run the project.

npm install -g @gridsome/cli

Development

  • ESLint
npm install eslint eslint-plugin-gridsome vue-eslint-parser -D

./node_modules/.bin/eslint --fix --ext .vue --ext .js ./src/

Deploying the App

Click this button to deploy the app to the DigitalOcean App Platform.

Deploy to DO

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

Gridsome Blog Template for Strapi CMS

https://adapttive.com

License:MIT License


Languages

Language:Vue 77.1%Language:SCSS 13.4%Language:JavaScript 7.7%Language:Shell 1.0%Language:HTML 0.5%Language:Dockerfile 0.3%