Skip to content

IngenuityKnight/Gridsome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Note

Yarn is recommended over npm when developing with Gridsome. You can install Yarn globally with npm i -g yarn.

Install

1. Clone (or fork) this repo

git clone https://github.com/lyonsbp/gridsome-blog.git

2. Install node modules

yarn

3. Start the app

gridsome develop

Happy coding 🎉🙌