Skip to content

Commit

Permalink
bump to vitepress@1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
laplacetw committed Jun 8, 2024
1 parent 7c5db13 commit 5a46780
Show file tree
Hide file tree
Showing 6 changed files with 128 additions and 128 deletions.
8 changes: 0 additions & 8 deletions .vitepress/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,6 @@
@apply px-1 py-5 !important;
}

mjx-container[style*="display: block;"] {
@apply overflow-x-auto overflow-y-hidden;
}

mjx-container > svg {
@apply inline-block;
}

/**
* Customize default theme styling by overriding CSS variables:
* https://github.com/vuejs/vitepress/blob/main/src/client/theme-default/styles/vars.css
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2024-06-09

### Features
- bump to vitepress@1.2.3
- remove styles of MathJax style optimization for mobile ([#3914](https://github.com/vuejs/vitepress/issues/3914#issuecomment-2138527325))

# 2024-04-16

### Features
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![](https://img.shields.io/github/license/laplacetw/vitepress-theme-trigger)
![Node.js >= 18.0.0](https://img.shields.io/badge/Node.js-%3E%3D18.0.0-green)
![VitePress 1.1.0](https://img.shields.io/badge/VitePress-1.1.0-green)
![VitePress 1.2.3](https://img.shields.io/badge/VitePress-1.2.3-green)

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

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

Expand Down
5 changes: 3 additions & 2 deletions README_CH.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![](https://img.shields.io/github/license/laplacetw/vitepress-theme-trigger)
![Node.js >= 18.0.0](https://img.shields.io/badge/Node.js-%3E%3D18.0.0-green)
![VitePress 1.1.0](https://img.shields.io/badge/VitePress-1.1.0-green)
![VitePress 1.2.3](https://img.shields.io/badge/VitePress-1.2.3-green)

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

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"postcss": "8.4.35",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"vitepress": "1.1.0",
"vitepress": "1.2.3",
"vue": "^3.3.4"
}
}
Loading

0 comments on commit 5a46780

Please sign in to comment.