个人博客主题 vuepress-hope

文章目录

    • 1. 简介
    • 2. 配置
      • 2.1 个人博客,社媒链接配置

非常推荐vuepress-hope

1. 简介

下面的我的博客文章的截图
个人博客主题 vuepress-hope_第1张图片

通过md写博客并且可以同步到github-page上

2. 配置

2.1 个人博客,社媒链接配置

配置文件

.vuepress/theme.ts

blog: {
    medias: {
      BiliBili: "https://bilibili.com",
      Tumblr: "https://blog.csdn.net/zslngu?type=blog"
    },
}

个人博客主题 vuepress-hope_第2张图片

你可能感兴趣的:(工具推荐,vuepress,个人博客)