Skip to content

Commit 38dd693

Browse files
committed
📃docs(博客): 置顶博文汇总,增加“最近更新”
1 parent e7ce805 commit 38dd693

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

blog/CodeLab博文汇总.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
---
22
title: "在阅读中认识CodeLab——博文汇总"
33
author: CodeLab
4-
date: 2020-11-05
4+
date: 2020-11-06
55
tages: ["CodeLab相关"]
66
---
77

8+
9+
这既是一篇归纳性博文,又同时充当博客板块的公告板与目录,最新动态请看下方**最近更新** :)
10+
11+
12+
## 最近更新
13+
- [CodeLab Adapter 3.7 发布](https://codelab.club/blog/2020/11/03/3.7-release)
14+
- [创意计算授课实践与总结](https://codelab.club/blog/2020/10/16/创意计算授课实践与总结)
15+
- [CodeLab实习记](https://codelab.club/blog/2020/11/05/daysatcodelabbykunhao)
16+
17+
818
## CodeLab 相关
919

1020
- [CodeLab Adapter](https://adapter.codelab.club/)

docusaurus.config.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,7 @@ module.exports = {
182182
scripts: [
183183
'https://cdn.jsdelivr.net/npm/lozad/dist/lozad.min.js',
184184
'https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js',
185-
{
186-
href: 'https://cdnjs.cloudflare.com/ajax/libs/lettering.js/0.6.1/jquery.lettering.min.js',
187-
rel: 'preload',
188-
},
185+
'https://cdnjs.cloudflare.com/ajax/libs/lettering.js/0.6.1/jquery.lettering.min.js',
189186
'https://cdn.jsdelivr.net/npm/video.js/dist/video.min.js',
190187
'/script/settheme.js',
191188
],
@@ -198,6 +195,8 @@ module.exports = {
198195
{
199196
href:'https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap',
200197
rel:'preload',
198+
as: 'style',
199+
onload: "this.rel='stylesheet'",
201200
},
202201
]
203202
};

0 commit comments

Comments
 (0)