Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

nuxt-community/blog-module

Repository files navigation

Blog

Create a blog with nuxt.

Setup

  • Add @nuxtjs/blog dependency using yarn or npm to your project
  • Add @nuxtjs/blog module to nuxt.config.js:
    modules: [{
        src: '@nuxtjs/blog',
    }]

Usage

Put your markdown articles/posts in blog directory in project root.