"title": "vuepress-theme-reco", "desc": "A simple and beautiful vuepress Blog & Doc theme.", "avatar": "https://vuepress-theme-reco.recoluan.com/icon_vuepress_reco.png", "link": "https://vuepress-theme-reco.recoluan.com" } ], 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12...
可以通过将主题更换到本地,而后修改 vuepress-theme-reco 本地主题的 enhanceApp.js 对应源码解决该问题,这样只要不更新主题就可一次解决。 // enhanceApp.js import postMixin from '@theme/mixins/posts' import localMixin from '@theme/mixins/locales' import { addLinkToHead } from '@theme/helpers/utils...
vuepress-theme-reco的使用方法 1.全局安装vuepress tip 本主题支持vuepress@1.0+ ```bash yarn global add vuepress #或者:npm install -g vuepress #请升级到最新版 npm update -g vuepress ``` 2.初始化 创建一个文件夹,如`blog`,执行 ```bash cd blog npm init # yarn init或者跳过 ``` 创建`...
{"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-theme-reco。可以通过在项目根目录下运行以下命令来检查: bash npm list vuepress-theme-reco 或者,如果你使用的是Yarn,可以运行: bash yarn list --pattern vuepress-theme-reco 如果这些命令没有返回vuepress-theme-reco的版本信息,那么说明你可能还没有安装这...
vuepress-theme-reco/components/SidebarLinks.vue Version: 4.17 kBPlain TextView Raw 1 <template> 2 6 7 <SidebarGroup 8 v-if="item.type === 'group'" 9 :item="item" 10 :open="i === openGroupIndex" 11 :collapsable="item...
下载vuepress-theme-reco官方的主题模板(脚手架),再根据自己的需要进行相应的修改,再根据自己的服务器配置Github Actions文件,最后上传到Github,触发Github Actions自动构建部署到第三方服务器。以后就只需提交markdown文件到Github,Github Actions便可自动部署到第三方服务器 ...
下载vuepress-theme-reco官方的主题模板(脚手架),再根据自己的需要进行相应的修改,再根据自己的服务器配置Github Actions文件,最后上传到Github,触发Github Actions自动构建部署到第三方服务器。以后就只需提交markdown文件到Github,Github Actions便可自动部署到第三方服务器 ...
Add a description, image, and links to the vuepress-theme-reco topic page so that developers can more easily learn about it. Curate this topic Add this topic to your repo To associate your repository with the vuepress-theme-reco topic, visit your repo's landing page and select "manage...
主题是用了vuepress-theme-reco@1.6.1 以及vuepress-theme-vdoing@1.7.2,自己在此基础上进行了两款主题的融合,以及部分功能的改造、个性化的功能开发。 源码地址:https://gitee.com/kaimo313/kxm-blog 目前版本效果 配置的代码:docs/.vuepress/config.js ...