• Stars
    star
    387
  • Rank 108,707 (Top 3 %)
  • Language Vue
  • Created over 5 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A simple, hackable & minimalistic starter for Gridsome that uses Markdown for content.

Gridsome Blog Starter

A simple, hackable & minimalistic starter for Gridsome that uses Markdown for content.

Features

  • Beautiful and simple design.
  • Markdown for content.
  • Tags support.
  • Dark / Light toggle.
  • CSS variables, SCSS & BEM for styling.
  • 100, 100, 100, 100 score on Google Lighthouse.
  • Uses same front-matter fields as Dev.to.

Demo URL

https://gridsome-starter-blog.netlify.com

Install

1. Install Gridsome CLI tool if you don't have

npm install --global @gridsome/cli

2. Install this starter

  1. gridsome create my-gridsome-site https://github.com/gridsome/gridsome-starter-blog.git
  2. cd my-gridsome-site to open folder
  3. gridsome develop to start local dev server at http://localhost:8080
  4. Happy coding πŸŽ‰πŸ™Œ