vuepress-theme-vdoing

🚀一款简洁高效的VuePress知识管理&博客(blog)主题

MIT License

Downloads
6.1K
Stars
4.5K
Committers
13

Bot releases are hidden (Show)

vuepress-theme-vdoing - v1.12.8-v1.12.9 Latest Release

Published by xugaoyi about 1 year ago

  • 兼容 node 18.x 及以上版本
  • 修复一些样式bug

注意:使用主题 v1.12.9 时,请使用 nodejs 18.x 及以上版本,并且在dev、build前添加export NODE_OPTIONS=--openssl-legacy-provider, 例:

 "scripts": {
    "dev": "export NODE_OPTIONS=--openssl-legacy-provider && node --max_old_space_size=4096 ./node_modules/vuepress/cli.js dev docs",
    "build": "export NODE_OPTIONS=--openssl-legacy-provider && node --max_old_space_size=4096 ./node_modules/vuepress/cli.js build docs",
 }

vuepress-theme-vdoing - v1.12.6-v1.12.7

Published by xugaoyi about 2 years ago

  • feat: v1.12.7 页面编辑支持gitee (#624)
  • fix: 修复一些已知bug (d6d01e85814f50bdf1aec7121d367bff613ade50)
vuepress-theme-vdoing - v1.12.4-v1.12.5

Published by xugaoyi over 2 years ago

vuepress-theme-vdoing - v1.12.1-v1.12.3

Published by xugaoyi over 2 years ago

  • 添加配置项: defaultMode 默认外观模式
// 默认外观模式(用户未在页面手动修改过模式时才生效,否则以用户设置的模式为准),可选:'auto' | 'light' | 'dark' | 'read',默认'auto'。
defaultMode: 'auto',
  • 文章列表样式由线条改为卡片
vuepress-theme-vdoing - v1.12.0

Published by xugaoyi over 2 years ago

Features

  • 新增配置项pageStyle,用于切换页面的风格样式,可选卡片线条风格。详情
  • 新增配置项bodyBgImgInterval,用于在设置了多张背景大图时修改大图切换的时间间隔。详情
vuepress-theme-vdoing - v1.11.2

Published by xugaoyi over 2 years ago

  • 首页配置中添加隐藏右侧边栏配置项
  • 修复分类和标签设置为false时在自动生成front matter中依然有分类标签数据的问题
vuepress-theme-vdoing - v1.11.1

Published by xugaoyi over 2 years ago

  • 修复在一些node版本中不支持可选链操作符(?.)导致报错的问题
vuepress-theme-vdoing - v1.11.0

Published by xugaoyi over 2 years ago

  • 新增配置项extendFrontmatter,用于扩展自动生成front matter。详情
vuepress-theme-vdoing - v1.10.4

Published by xugaoyi over 2 years ago

  • 适配浏览器打印和导出pdf时的页面样式
vuepress-theme-vdoing - v1.10.3

Published by xugaoyi over 2 years ago

  • 命名约定修改:文件名中间可以添加点 '.'
vuepress-theme-vdoing - v1.10.2

Published by xugaoyi over 2 years ago

  • 修复nav不规范配置时导致浏览器控制台以及build时报错的问题
vuepress-theme-vdoing - v1.10.1

Published by xugaoyi over 2 years ago

  • 修复AlgoliaSearchBox.vue组件缺少routepath问题
vuepress-theme-vdoing - v1.10.0

Published by xugaoyi over 2 years ago

右侧目录栏适配h2~h6标题,详情

vuepress-theme-vdoing - v1.9.5

Published by xugaoyi over 2 years ago

  • fix: 目录页中添加titleTag
vuepress-theme-vdoing - v1.9.4

Published by xugaoyi almost 3 years ago

  • 去掉多余的console.log
  • 目录页的图片改为非必填,避免在未设置图片时出现运行dev或build报错。
vuepress-theme-vdoing - v1.9.3

Published by xugaoyi almost 3 years ago

feat

  • 当左侧边栏只有一篇文章且有右侧边栏时,不显示左侧边栏。
vuepress-theme-vdoing - v1.9.0

Published by xugaoyi almost 3 years ago

新特性

1、添加配置文件的TypeScript支持

参考 config.ts

2、标题标记

用于给标题添加 原创转载优质 等自定义标记。

front matter配置:

---
titleTag: 原创
---

3、添加卡片容器配置 [#531]

卡片容器-增强配置

4、归档页文章数统计

  • 添加总的文章数统计
  • 添加按年计算的文章数统计

bug修复

  • 优化社交图标的尺寸,避免有的大有的小
  • 修复点击面包屑链接跳转到404页的问题 [#532],同时优化了面包屑组件的内部代码。

其他

vuepress版本升级到v1.9.2, 使config配置文件支持TypeScript, 同时vdoing主题的也编写了VdoingThemeConfig类型接口。使用方式参考:config.ts

vuepress-theme-vdoing - v1.8.6

Published by xugaoyi almost 3 years ago

  • 修改windowRB模块的最大高度
vuepress-theme-vdoing - v1.8.5

Published by xugaoyi almost 3 years ago

  • 合并#507
  • 合并#508
vuepress-theme-vdoing - v1.8.4

Published by xugaoyi almost 3 years ago

  • 修复当md文件过多在打包时可能出现栈溢出的问题
  • 修复#504