Skip to content

Commit 5a46780

Browse files
committed
1 parent 7c5db13 commit 5a46780

File tree

6 files changed

+128
-128
lines changed

6 files changed

+128
-128
lines changed

.vitepress/theme/style.css

-8
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,6 @@
5656
@apply px-1 py-5 !important;
5757
}
5858

59-
mjx-container[style*="display: block;"] {
60-
@apply overflow-x-auto overflow-y-hidden;
61-
}
62-
63-
mjx-container > svg {
64-
@apply inline-block;
65-
}
66-
6759
/**
6860
* Customize default theme styling by overriding CSS variables:
6961
* https://github.com/vuejs/vitepress/blob/main/src/client/theme-default/styles/vars.css

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 2024-06-09
2+
3+
### Features
4+
5+
- remove styles of MathJax style optimization for mobile ([#3914](https://github.com/vuejs/vitepress/issues/3914#issuecomment-2138527325))
6+
17
# 2024-04-16
28

39
### Features

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![](https://img.shields.io/github/license/laplacetw/vitepress-theme-trigger)
22
![Node.js >= 18.0.0](https://img.shields.io/badge/Node.js-%3E%3D18.0.0-green)
3-
![VitePress 1.1.0](https://img.shields.io/badge/VitePress-1.1.0-green)
3+
![VitePress 1.2.3](https://img.shields.io/badge/VitePress-1.2.3-green)
44

55
# vitepress-theme-trigger
66
Blog theme for [VitePress](https://vitepress.dev) with [Tailwind CSS](https://tailwindcss.com).
@@ -22,14 +22,15 @@ Detailed changes are documented in the [CHANGELOG](./CHANGELOG.md).
2222

2323
## Features
2424
- create new post with CLI
25+
- add JSON-LD for SEO on post pages
2526
- style with Tailwind CSS (RWD)
2627
- style for light / dark mode
2728
- pagination with History API
2829
- [built-in sitemap generation](https://vitepress.dev/guide/sitemap-generation#sitemap-generation)
2930
- common use config integration
3031
- [utterances](https://utteranc.es) for blog comments
3132
- sync light / dark mode for utterances
32-
- MathJax style optimization for mobile
33+
- [MathJax style optimization for mobile](https://github.com/vuejs/vitepress/issues/3914#issuecomment-2138527325)
3334
- prev / next links without fontmatter setting
3435
- support footnote by [markdown-it-footnote](https://github.com/markdown-it/markdown-it-footnote)
3536

README_CH.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![](https://img.shields.io/github/license/laplacetw/vitepress-theme-trigger)
22
![Node.js >= 18.0.0](https://img.shields.io/badge/Node.js-%3E%3D18.0.0-green)
3-
![VitePress 1.1.0](https://img.shields.io/badge/VitePress-1.1.0-green)
3+
![VitePress 1.2.3](https://img.shields.io/badge/VitePress-1.2.3-green)
44

55
# vitepress-theme-trigger
66
為建立部落格而生的 [VitePress](https://vitepress.dev) + [Tailwind CSS](https://tailwindcss.com) 主題
@@ -21,14 +21,15 @@
2121

2222
## 主題特色
2323
- 透過終端機指令建立新文章
24+
- 文章頁面使用 JSON-LD 改進 SEO
2425
- Tailwind CSS (響應式)
2526
- 淺色 / 深色主題切換
2627
- 文章列表分頁使用 History API
2728
- [內建網站地圖(sitemap)生成](https://vitepress.dev/guide/sitemap-generation#sitemap-generation)
2829
- 整合常用網站 / 主題設定
2930
- 使用 [utterances](https://utteranc.es) 留言系統
3031
- utterances 同步切換淺色 / 深色主題
31-
- 針對行動裝置瀏覽改善 MathJax 樣式
32+
- [針對行動裝置瀏覽改善 MathJax 樣式](https://github.com/vuejs/vitepress/issues/3914#issuecomment-2138527325)
3233
- 自動產生上一篇 / 下一篇連結(無需手動設定)
3334
- 整合 [markdown-it-footnote](https://github.com/markdown-it/markdown-it-footnote) 腳註支援
3435

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"postcss": "8.4.35",
2626
"tailwindcss": "^3.3.3",
2727
"typescript": "^5.2.2",
28-
"vitepress": "1.1.0",
28+
"vitepress": "1.2.3",
2929
"vue": "^3.3.4"
3030
}
3131
}

0 commit comments

Comments
 (0)