vuepress-plugin-hyblog

0.0.2 • Public • Published

VuePress Plugin HyBlog

An out-of-the-box VuePress 2 blog plugin.

Features

  • Pagination
  • Katex support
  • Smart excerpt
  • Styled form inputs

Quickstart

Create package.json in your project root directory as:

{
  "devDependencies": {
    "vuepress-plugin-hyblog": "*"
  },
  "scripts": {
    "dev": "vuepress dev",
    "build": "vuepress build"
  }
}

Create .vuepress/config.ts:

import { defineUserConfig } from "vuepress";

import { hyblogPlugin } from "vuepress-plugin-hyblog";

export default defineUserConfig({
  title: "My Blog",

  plugins: [
    hyblogPlugin(),
  ],
});

Build your blog with command:

npm install
npm run build

That's it! Your blog is built in .vuepress/dist directory.

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i vuepress-plugin-hyblog

    Weekly Downloads

    3

    Version

    0.0.2

    License

    MIT

    Unpacked Size

    11 kB

    Total Files

    8

    Last publish

    Collaborators

    • longern