blog: 添加友链

This commit is contained in:
xugaoyi 2021-12-12 23:50:41 +08:00
parent d2eb0f5292
commit fd433522cf
2 changed files with 13 additions and 9 deletions

View File

@ -6,7 +6,7 @@ module.exports = {
title: "Evan's blog",
description: 'web前端技术博客,专注web前端学习与总结。JavaScript,js,ES6,TypeScript,vue,React,python,css3,html5,Node,git,github等技术文章。',
// base: '/', // 默认'/'。如果你想将你的网站部署到 https://foo.github.io/bar/,那么 base 应该被设置成 "/bar/",(否则页面将失去样式等文件)
// base: '/', // 默认'/'。如果你想将你的网站部署到 https://foo.github.io/bar/,那么 base 应该被设置成 "/bar/",(否则页面将失去样式等文件)
// 主题配置
themeConfig: {

View File

@ -78,10 +78,10 @@ cardList 后面可跟随一个数字表示每行最多显示多少个,选值
desc: 不积跬步,无以至千里;不积小流,无以成江海。
avatar: https://cdn.jsdelivr.net/gh/taixingyiji/image_store@main/blog/logo/img.png
link: https://taixingyiji.com/
- name: Cubik的小站 # 昵称
desc: RECOMMENDED BY DR.CREATIVE # 介绍
avatar: https://cdn.jsdelivr.net/gh/Cubik65536/cubik-favicons@main/CubikLogo.png # 头像
link: https://www.cubik65536.top/ # 链接
- name: Cubik的小站
desc: RECOMMENDED BY DR.CREATIVE
avatar: https://cdn.jsdelivr.net/gh/Cubik65536/cubik-favicons@main/CubikLogo.png
link: https://www.cubik65536.top/
- name: x·π
desc: 为开发者量身制作的技术博客和知识库管理平台。
avatar: https://cdn.jsdelivr.net/gh/Ezuy-Lee/RainzeDrawingBed/media/logo.png
@ -134,10 +134,14 @@ cardList 后面可跟随一个数字表示每行最多显示多少个,选值
desc: 迟到总比不到的好,所以好好加油吧。
avatar: https://cdn.jsdelivr.net/gh/Chubby-Duner/image-hosting@master/blog/logo.jpeg
link: https://chubbyduner.top
- name: CloudNative Operations # 昵称
desc: 专注于云原生运维,致敬每个爱学习的你。 # 介绍
avatar: https://kubesre.com/img/logo.png # 头像
link: https://kubesre.com/ # 链接
- name: CloudNative Operations
desc: 专注于云原生运维,致敬每个爱学习的你。
avatar: https://kubesre.com/img/logo.png
link: https://kubesre.com/
- name: Joseph Z.
desc: Joseph Z.的小站
avatar: https://josephz.top/res/joseph.jpg
link: https://josephz.top/
```
:::