Skip to content

Commit 121b05d

Browse files
committed
wip
1 parent f312198 commit 121b05d

File tree

7 files changed

+5
-15
lines changed

7 files changed

+5
-15
lines changed

docs/.vitepress/config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export default defineConfig({
1818
themeConfig: {
1919
// Logo(只显示 logo,不显示 title)
2020
logo: '/GoldfishScheme-logo.png',
21+
siteTitle: false,
2122

2223
// 搜索配置
2324
search: {

docs/.vitepress/theme/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/* 增大导航栏 logo */
2+
.VPNavBarTitle .logo {
3+
height: 60px; /* 默认是 24px,调大到 60px */
4+
}

docs/en/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ hero:
77
tagline:
88
R7RS-small compatible Scheme interpreter with Python-like versatile standard
99
library
10-
image:
11-
src: /GoldfishScheme-logo.png
12-
alt: Goldfish Scheme Logo
1310
actions:
1411
- theme: brand
1512
text: Get Started

docs/fr/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ hero:
77
tagline:
88
Interpréteur Scheme compatible R7RS-small avec une bibliothèque standard
99
polyvalente de style Python
10-
image:
11-
src: /GoldfishScheme-logo.png
12-
alt: Goldfish Scheme Logo
1310
actions:
1411
- theme: brand
1512
text: Commencer

docs/ja/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ hero:
77
tagline:
88
R7RS-small 互換の Scheme インタープリター、Python
99
のような豊富な標準ライブラリを提供
10-
image:
11-
src: /GoldfishScheme-logo.png
12-
alt: Goldfish Scheme Logo
1310
actions:
1411
- theme: brand
1512
text: はじめる

docs/ru/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ hero:
77
tagline:
88
Интерпретатор Scheme, совместимый с R7RS-small, с универсальной стандартной
99
библиотекой в стиле Python
10-
image:
11-
src: /GoldfishScheme-logo.png
12-
alt: Goldfish Scheme Logo
1310
actions:
1411
- theme: brand
1512
text: Начать

docs/zh/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ hero:
55
name: Goldfish Scheme
66
text: 让 Scheme 和 Python 一样易用
77
tagline: R7RS-small 兼容的 Scheme 解释器,拥有 Python 风格的丰富标准库
8-
image:
9-
src: /GoldfishScheme-logo.png
10-
alt: Goldfish Scheme Logo
118
actions:
129
- theme: brand
1310
text: 快速开始

0 commit comments

Comments
 (0)