Skip to content
/ blog Public

动态博客,内置掘金markdown编辑器、主题。自由书写,不仅仅技术哦!😛

Notifications You must be signed in to change notification settings

WuLianN/blog

Repository files navigation

博客

前后端分离,简易动态博客。前端使用Vue3 + ts + Vite构建,使用bytemdmarkdown编辑器、掘金markdown主题

功能

  • 自定义__菜单(分类)
  • 自定义__标签
  • 自定义__主题
  • 暗黑模式
  • 关联账号

后端项目

使用 gray-matter 的注意点

ReferenceError: Buffer is not defined

jonschlinkert/gray-matter#143

解决方案

vite.config.js 使用 vite-plugin-node-polyfills

plugins: [
  nodePolyfills(
    {
      globals: {
        Buffer: true, // can also be 'build', 'dev', or false
      },
    }
  )
]

About

动态博客,内置掘金markdown编辑器、主题。自由书写,不仅仅技术哦!😛

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages