Skip to content

Commit ea6e182

Browse files
committed
博文汇总更新;加深链接字体的颜色为#f5a700;博文字体颜色固定,不随显示比例改变
1 parent 079eb3e commit ea6e182

File tree

4 files changed

+14
-17
lines changed

4 files changed

+14
-17
lines changed

blog/CodeLab博文汇总.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,21 @@
11
---
2-
title: 在阅读中认识CodeLab——博文汇总
2+
title: "在阅读中认识CodeLab——博文汇总"
33
author: CodeLab
4-
date: 2020-09-07
5-
tages: [CodeLab相关]
4+
date: 2020-11-05
5+
tages: ["CodeLab相关"]
66
---
77

88
## CodeLab 相关
99

10-
<!--
11-
* [关于CodeLab](https://codelab.club/blog/2018/11/08/about-codelab-club)
12-
* CodeLab 近况_04
13-
* CodeLab Adapter 3.4 发布
14-
-->
15-
1610
- [CodeLab Adapter](https://adapter.codelab.club/)
1711
- [社区版 Neverland](https://codelab.club/blog/2020/03/09/Neverland-community)
1812
- [CodeLab 可编程空间背后的理念与设计原则](https://codelab.club/blog/2020/04/29/%E5%8F%AF%E7%BC%96%E7%A8%8B%E7%A9%BA%E9%97%B4)
1913
- [CodeLab DynamicTable: A Seeing World](https://codelab.club/blog/2020/05/31/DynamicTable)
2014
- [CodeLab DynamicTable: 一个可实施的技术方案](https://codelab.club/blog/2020/06/02/dynamictable-an-instance)
15+
- [创意计算授课实践与总结](https://codelab.club/blog/2020/10/16/创意计算授课实践与总结)
2116
- [第一期的直播演示项目](https://codelab.club/blog/2020/06/15/%E7%AC%AC%E4%B8%80%E6%9C%9F%E7%9A%84%E7%9B%B4%E6%92%AD%E5%B1%95%E7%A4%BA%E9%A1%B9%E7%9B%AE)
2217
- [当我们谈论编程时,其实是在谈论玩乐与创作](https://codelab.club/blog/2020/06/28/%E5%BD%93%E6%88%91%E4%BB%AC%E8%B0%88%E8%AE%BA%E7%BC%96%E7%A8%8B%E6%97%B6%EF%BC%8C%E5%85%B6%E5%AE%9E%E6%98%AF%E5%9C%A8%E8%B0%88%E8%AE%BA%E7%8E%A9%E4%B9%90%E4%B8%8E%E5%88%9B%E4%BD%9C)
18+
- [CodeLab实习记](https://codelab.club/blog/2020/11/05/daysatcodelabbykunhao)
2319
- [在 CodeLab 的难忘时光](https://codelab.club/blog/2020/02/17/%E5%82%B2%E7%84%B6%E5%AE%9E%E4%B9%A0%E7%AC%94%E8%AE%B0)
2420
- [CodeLab 冒险记(一)](https://codelab.club/blog/2020/07/09/CodeLab%E5%86%92%E9%99%A9%E8%AE%B0%EF%BC%88%E4%B8%80%EF%BC%89)
2521
- [加入我们](https://codelab.club/blog/2019/12/04/join-us)
@@ -28,6 +24,7 @@ tages: [CodeLab相关]
2824
- [CodeLab 近况与未来\_02](https://blog.just4fun.site/post/%E5%B0%91%E5%84%BF%E7%BC%96%E7%A8%8B/codelab-recent-situation-and-future/)
2925
- [CodeLab 近况\_01](https://blog.just4fun.site/post/%E5%B0%91%E5%84%BF%E7%BC%96%E7%A8%8B/codelab-club-recent-situation/)
3026
- [CodeLab 近况](https://codelab.club/blog/2018/12/18/codelab-club-recent-situation)
27+
- [CodeLab Adapter 3.7 发布](https://codelab.club/blog/2020/11/03/3.7-release)
3128
- [CodeLab Adapter 3.5 发布](https://codelab.club/blog/2020/08/14/3.5-release)
3229
- [CodeLab Adapter 3.3 发布](https://codelab.club/blog/2020/06/07/3_3_1-release)
3330
- [CodeLab Adpater 3.2 发布](https://codelab.club/blog/2020/05/10/3_2-release)

src/css/custom.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
--ifm-color-primary-lightest: #ffd374;
1717
--ifm-code-font-size: 95%;
1818
--ifm-navbar-background-color:black;
19-
--ifm-background-color: white !important;
19+
--ifm-background-color:white!important;
2020
--ifm-navbar-height: 4rem;
2121
--ifm-navbar-item-padding-horizontal: 2.85rem;
2222
--ifm-navbar-link-color: white;
2323
--ifm-color-content-secondary: #1a1a1a!important;/*右侧目录字体颜色,重新挑选修改!*/
2424
--ifm-button-border-radius:0rem;
2525
--ifm-button-padding-vertical: 0.5rem;
26-
--ifm-color-content:#1a1a1a;
26+
--ifm-color-content:#1a1a1a!important;
2727
--ifm-global-radius: 2px;
2828
}
2929

src/pages/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,22 +158,22 @@ function Home() {
158158
</div>
159159
<div className= 'col'>
160160
<article className={clsx(styles.box)}>
161-
<a className={clsx(styles.imagefeature)} href="/blog/2020/11/03/3.7-release">
161+
<a className={clsx(styles.imagefeature)} href="/blog/2020/11/03/3.7-release" target="_blank">
162162
<img src="/img/adapter373.png" alt = "CodeLab Adapter 3.7 发布"></img>
163163
</a>
164164
<h3>
165-
<a href="/blog/2020/08/14/3.5-release/">CodeLab Adapter 3.7 发布</a>
165+
<a href="/blog/2020/11/03/3.7-release" target="_blank">CodeLab Adapter 3.7 发布</a>
166166
</h3>
167167
<p></p>
168168
</article>
169169
</div>
170170
<div className= 'col'>
171171
<article className={clsx(styles.box)}>
172-
<a className={clsx(styles.imagefeature)} href="/blog/2020/11/05/daysatcodelabbykunhao">
172+
<a className={clsx(styles.imagefeature)} href="/blog/2020/11/05/daysatcodelabbykunhao" target="_blank">
173173
<img src="/img/talk.jpg" alt = "CodeLab实习记"></img>
174174
</a>
175175
<h3>
176-
<a href="/blog/2020/11/05/daysatcodelabbykunhao">CodeLab 实习记</a>
176+
<a href="/blog/2020/11/05/daysatcodelabbykunhao" target="_blank">CodeLab 实习记</a>
177177
</h3>
178178
<p></p>
179179
</article>

src/pages/styles.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99

1010
:root {
11-
--ifm-link-color: #ffb81e;
12-
--ifm-link-hover-color:#ffb81e;
11+
--ifm-link-color: #f5a700;
12+
--ifm-link-hover-color:#f5a700;
1313
}
1414

1515
/*

0 commit comments

Comments
 (0)