File tree 6 files changed +128
-128
lines changed
6 files changed +128
-128
lines changed Original file line number Diff line number Diff line change 56
56
@apply px-1 py-5 !important ;
57
57
}
58
58
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
-
67
59
/**
68
60
* Customize default theme styling by overriding CSS variables:
69
61
* https://github.com/vuejs/vitepress/blob/main/src/client/theme-default/styles/vars.css
Original file line number Diff line number Diff line change
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
+
1
7
# 2024-04-16
2
8
3
9
### Features
Original file line number Diff line number Diff line change 1
1
![ ] ( https://img.shields.io/github/license/laplacetw/vitepress-theme-trigger )
2
2
![ 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 )
4
4
5
5
# vitepress-theme-trigger
6
6
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).
22
22
23
23
## Features
24
24
- create new post with CLI
25
+ - add JSON-LD for SEO on post pages
25
26
- style with Tailwind CSS (RWD)
26
27
- style for light / dark mode
27
28
- pagination with History API
28
29
- [ built-in sitemap generation] ( https://vitepress.dev/guide/sitemap-generation#sitemap-generation )
29
30
- common use config integration
30
31
- [ utterances] ( https://utteranc.es ) for blog comments
31
32
- 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 )
33
34
- prev / next links without fontmatter setting
34
35
- support footnote by [ markdown-it-footnote] ( https://github.com/markdown-it/markdown-it-footnote )
35
36
Original file line number Diff line number Diff line change 1
1
![ ] ( https://img.shields.io/github/license/laplacetw/vitepress-theme-trigger )
2
2
![ 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 )
4
4
5
5
# vitepress-theme-trigger
6
6
為建立部落格而生的 [ VitePress] ( https://vitepress.dev ) + [ Tailwind CSS] ( https://tailwindcss.com ) 主題
21
21
22
22
## 主題特色
23
23
- 透過終端機指令建立新文章
24
+ - 文章頁面使用 JSON-LD 改進 SEO
24
25
- Tailwind CSS (響應式)
25
26
- 淺色 / 深色主題切換
26
27
- 文章列表分頁使用 History API
27
28
- [ 內建網站地圖(sitemap)生成] ( https://vitepress.dev/guide/sitemap-generation#sitemap-generation )
28
29
- 整合常用網站 / 主題設定
29
30
- 使用 [ utterances] ( https://utteranc.es ) 留言系統
30
31
- utterances 同步切換淺色 / 深色主題
31
- - 針對行動裝置瀏覽改善 MathJax 樣式
32
+ - [ 針對行動裝置瀏覽改善 MathJax 樣式] ( https://github.com/vuejs/vitepress/issues/3914#issuecomment-2138527325 )
32
33
- 自動產生上一篇 / 下一篇連結(無需手動設定)
33
34
- 整合 [ markdown-it-footnote] ( https://github.com/markdown-it/markdown-it-footnote ) 腳註支援
34
35
Original file line number Diff line number Diff line change 25
25
"postcss" : " 8.4.35" ,
26
26
"tailwindcss" : " ^3.3.3" ,
27
27
"typescript" : " ^5.2.2" ,
28
- "vitepress" : " 1.1.0 " ,
28
+ "vitepress" : " 1.2.3 " ,
29
29
"vue" : " ^3.3.4"
30
30
}
31
31
}
You can’t perform that action at this time.
0 commit comments