Skip to content

Commit b916c9f

Browse files
committed
Make giscus optiona, add .gitignore
1 parent 5232534 commit b916c9f

File tree

19 files changed

+144
-94
lines changed

19 files changed

+144
-94
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.history
2+
.vscode

mdfile/awards/awards.en.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
# Previous Awards
1+
---
2+
comments: true
3+
---
24

5+
# Previous Awards

mdfile/awards/awards.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
# 历届获奖
1+
---
2+
comments: true
3+
---
24

5+
# 历届获奖

mdfile/contest/RoboCup.en.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
# RoboCup
1+
---
2+
comments: true
3+
---
24

5+
# RoboCup

mdfile/contest/RoboCup.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
# RoboCup
1+
---
2+
comments: true
3+
---
24

5+
# RoboCup

mdfile/index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Welcome to the official website of Robotics and AI Lab, SDNU !
1+
# Welcome to the official website of Robotics and AI Lab, SDNU

mdfile/index.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
---
2-
class: no-giscus
3-
---
4-
5-
# 欢迎来到山东师范大学机器人与人工智能实验室官方网站!
6-
1+
# 欢迎来到山东师范大学机器人与人工智能实验室官方网站

mdfile/others/interesting.en.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
comments: true
3+
---
4+
15
# Something Interesting
26

37
## Admonition
@@ -8,44 +12,44 @@
812

913
!!! abstract
1014

11-
This is a abstract.
15+
This is a abstract.
1216

1317
!!! info
1418

15-
This is a info.
19+
This is a info.
1620

1721
!!! tip
1822

19-
This is a tip.
23+
This is a tip.
2024

2125
!!! success
2226

23-
This is success.
27+
This is success.
2428

2529
!!! question
2630

27-
This is a question.
31+
This is a question.
2832

2933
!!! warning
3034

31-
This is a warning.
35+
This is a warning.
3236

3337
!!! failure
3438

35-
This is a failure.
39+
This is a failure.
3640

3741
!!! danger
3842

39-
This is a danger.
43+
This is a danger.
4044

4145
!!! bug
4246

43-
This is a bug.
47+
This is a bug.
4448

4549
!!! example
4650

47-
This is a example.
51+
This is a example.
4852

4953
!!! quote
5054

51-
This is a quote.
55+
This is a quote.

mdfile/others/interesting.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
comments: true
3+
---
4+
15
# 有趣的东西
26

37
## 提示告诫块
@@ -8,44 +12,44 @@
812

913
!!! abstract "概要"
1014

11-
此乃概要。
15+
此乃概要。
1216

1317
!!! info "信息"
1418

15-
此乃信息。
19+
此乃信息。
1620

1721
!!! tip "提示"
1822

19-
此乃提示。
23+
此乃提示。
2024

2125
!!! success "成功"
2226

23-
此乃成功。
27+
此乃成功。
2428

2529
!!! question "问题"
2630

27-
此乃问题。
31+
此乃问题。
2832

2933
!!! warning "警告"
3034

31-
此乃警告。
35+
此乃警告。
3236

3337
!!! failure "失败"
3438

35-
此乃失败。
39+
此乃失败。
3640

3741
!!! danger "危险"
3842

39-
此乃危险。
43+
此乃危险。
4044

4145
!!! bug "程序错误"
4246

43-
此乃程序错误。
47+
此乃程序错误。
4448

4549
!!! example "示例"
4650

47-
此乃示例。
51+
此乃示例。
4852

4953
!!! quote "引用"
5054

51-
此乃引用。
55+
此乃引用。

mdfile/resource/Linux/Linux.en.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
# Linux
1+
---
2+
comments: true
3+
---
24

5+
# Linux

0 commit comments

Comments
 (0)