More Premium Hugo Themes Premium Nuxt Themes

Blog Module

Build your blog with @nuxt

Blog Module

Build your blog with @nuxt

Author Avatar Theme by nuxt-community
Github Stars Github Stars: 132
Last Commit Last Commit: Sep 22, 2018 -
First Commit Created: Dec 18, 2023 -
Blog Module screenshot

Overview

The BlogCreate package allows users to create a blog using Nuxt.js, a Vue.js framework. By adding this package as a dependency and configuring it in the project’s nuxt.config.js file, users can easily set up a blog within their Nuxt project.

Features

  • Easy Setup: Simply add the @nuxtjs/blog dependency to your project using either yarn or npm.
  • Customizable: Configure the blog settings in the project’s nuxt.config.js file to match your desired specifications.
  • Markdown Support: Write your blog articles or posts in markdown format and store them in the blog directory within your project root.

Installation

To install the BlogCreate package, follow these steps:

  1. Add the @nuxtjs/blog dependency to your project using yarn or npm:
yarn add @nuxtjs/blog

or

npm install @nuxtjs/blog
  1. Next, open the nuxt.config.js file in your project and add the @nuxtjs/blog module to the modules array:
module.exports = {
  modules: [
    '@nuxtjs/blog'
  ]
}
  1. Create a blog directory in the root of your project and place your markdown articles or posts inside this directory.

Now your project is set up with the BlogCreate package and you can start writing and managing your blog content.

Summary

With the BlogCreate package, users can easily create and manage a blog within their Nuxt projects. It offers a simple setup process, customizable options, and support for writing blog articles in markdown format. By following the installation guide, users can quickly integrate the BlogCreate package into their projects and start publishing their blog content.