{"scripts":{"dev":"vuepress dev blog","build":"vuepress build blog"}} 在本地启动服务器 yarn dev 这时候访问http://localhost:8080/可以看到404页面。 0x02 安装vuepress-theme-reco主题 yarn add -D vuepress-theme-reco 新建config.js mkdir blog/.vuepress touch blog/.vuepress/config.js 0x03 con...
vuepress博客主题—vuepress-theme-reco是一款简洁而优雅的 vuepress博客&文档主题。它既可以成为简洁而又不失美观的主题,又可以书写你的项目文档,看起来更有逼格。 这是演示效果 主题官方介绍: 这是一个vuepress主题,旨在添加博客所需的分类、TAB墙、分页、评论等能; 主题追求极简,根据 vuepress 的默认主题修改而成,...
前言: 虽然Vuepress的vuepress-theme-reco主题已经很完美了,但为了更加适合自己,我们可以自己更改其代码加上各种插件做成自己喜欢的风格 1. 修改主题颜色 我这里暂时没有修改,如有需要可以通过配置 .vuepress/styles/palette.styl 来快速修改主题的一些颜色属性。(如果不存在该目录和文件就创建一个) // 默认值 $accen...
2. 快速启动 git clone https://github.com/To2rk/vuepress-blog.git# 或者使用 wget 方式,再自行解压cdvuepress-blog yarn dev# 本地测试命令,访问http://localhost:8080可访问# 编译成静态文件,生成静态文件默认位置:blog/.vuepress/dist,后续用于部署到服务器或者Github Pageyarn build 0x02 修改的地方 1. ...
这是一个vuepress主题,旨在添加博客所需的分类、标签墙、分页、评论等功能; 主题追求极简,根据 vuepress 的默认主题修改而成,官方的主题配置仍然适用; 效果:午后南杂 文档:vuepress-theme-reco-doc Quick start npx npx @vuepress-reco/theme-cli init my-blog ...
这是一个vuepress主题,旨在添加博客所需的分类、TAB墙、分页、评论等能; 主题追求极简,根据 vuepress 的默认主题修改而成,官方的主题配置仍然适用; 效果:午后南杂 文档:vuepress-theme-reco-doc Quick start npx npx @vuepress-reco/theme-cli init my-blog npm # init npm install @vuepress-reco/theme-cl...
主题是用了vuepress-theme-reco@1.6.1 以及vuepress-theme-vdoing@1.7.2,自己在此基础上进行了两款主题的融合,以及部分功能的改造、个性化的功能开发。 源码地址:https://gitee.com/kaimo313/kxm-blog 目前版本效果 配置的代码:docs/.vuepress/config.js ...
vuepress使用vuepress-reco主题 https://blog.csdn.net/qq_19978927/article/details/108039032 https://gitee.com/vuepress-reco/vuepress-theme-reco 1 yarn run build 生成静态文件到文件夹public
在已有的vuepress项目目录下 npm install vuepress-theme-reco --save-dev 并在.vuepress/config.js下引用 // .vuepress/config.js module.exports = { theme: 'reco' } 后,页面无反应,浏览器console报错 Other relevant information Your OS: Windows 10 Node.js version: v14.15.4 VuePress version: 1.8....
vuepress-theme-reco是一个vuepress主题,旨在添加博客所需的分类、标签墙、分页、评论等功能; 主题追求极简,根据 vuepress 的默认主题修改而成,官方的主题配置仍然适用; 效果:午后南杂 文档:vuepress-theme-reco-doc Quick start npx npx @vuepress-reco/theme-cli init my-blog npm # init npm install @vuepress...