Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 months ago
JSON representation
Build your blog with @nuxt
- Host: GitHub
- URL: https://github.com/nuxt-community/blog-module
- Owner: nuxt-community
- Archived: true
- Created: 2017-06-12T16:19:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-04T09:22:38.000Z (over 4 years ago)
- Last Synced: 2024-10-13T01:03:29.478Z (4 months ago)
- Topics: nuxt, nuxt-module, nuxtjs
- Language: JavaScript
- Homepage:
- Size: 300 KB
- Stars: 132
- Watchers: 8
- Forks: 16
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
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.