说明
主题是用了vuepress-theme-reco@1.6.1 以及vuepress-theme-vdoing@1.7.2,自己在此基础上进行了两款主题的融合,以及部分功能的改造、个性化的功能开发。
个人博客链接:【卡夫卡的岛上书店】
源码地址:https://gitee.com/kaimo313/kxm-blog
目前版本效果
配置的代码:docs/.vuepress/config.js
const head = require('./config/head.js');
const plugins = require('./config/plugins.js');
const themeConfig = require('./config/themeConfig.js');module.exports = {title: "卡夫卡的岛上书店",base: '/blogs/', description: "卡夫卡的岛上书店是凯小默的个人博客,用于记录学习笔记、分享音乐、书籍、旅行等个人兴趣的站点。",dest: "public",theme: require.resolve('../../theme-reco-vdoing'), markdown: {lineNumbers: true },head,plugins,themeConfig
}
首页
首页代码组件:theme-reco-vdoing/components/HomeBlog.vue
总目录页面
分类页面
标签页面
归档页面
文本页面
图书馆页面
留言板页面