Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nuxt-community/blog-module

Build your blog with @nuxt
https://github.com/nuxt-community/blog-module

nuxt nuxt-module nuxtjs

Last synced: about 2 months ago
JSON representation

Build your blog with @nuxt

Awesome Lists containing this project

README

        

# 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`:
``` js
modules: [{
src: '@nuxtjs/blog',
}]
```

## Usage

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