Skip to content

albinscode/nuxt-md-blog

Repository files navigation

Introduction

This is a standard nuxt project with all standard commands.

Installation

npm i

The only specifity is to generate your articles json file from your markdown files.

Put your markdown articles in articles.

npm run build-articles-raw

You shall have a articles.json file.

Development

npm run dev

Deployment

You shall generate your site then deploy it:

npm run generate
npm run deploy-prod

Do not forget to create a scripts/deploy-prod.js script from scripts/deploy-prod.js.sample.

About

To display a Vue.js/Nuxt blog from markdown files. No database needed, only a static site.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published