DEV Community

Cover image for Markdown Blog Templates for Gatsby, Next, Nuxt, Gridsome, Scully and Sapper
Alex Merced
Alex Merced

Posted on

Markdown Blog Templates for Gatsby, Next, Nuxt, Gridsome, Scully and Sapper

In my project generator tool, merced-spinup I have created a template for creating a markdown blog in each of the major frontend frameworks related static site generators.

For all of the templates...

  • Markdown files go in a markdown folder in the root
  • readme.md details where to go to make customizations

Template Generation Commands

Scully/Angular

npx merced-spinup scullymarkdown projectName

Sapper/Svelte

npx merced-spinup sappermarkdown projectName

Gridsome/Vue

npx merced-spinup gridsomemarkdown projectName

Nuxt/Vue

npx merced-spinup nuxtmarkdown projectName

Next/React

npx merced-spinup nextmarkdown projectName

gatsby/react

npx merced-spinup gatsbymarkdown projectName

Top comments (0)