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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    1
  • 0.0.1
    0

Package Sidebar

Install

npm i vuepress-plugin-hyblog

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

11 kB

Total Files

8

Last publish

Collaborators

  • longern