CarameowCookie

Results 6 issues of CarameowCookie

这样做主要有 2 个好处: 1. MathJax 内部的字体将不会被正文字体混杂。 (也就是公式里面不会出现浏览器的 `sans-serif` 字体了) 2. MathJax 内部的文字排布将不会受到 MathJax 之外的样式的影响。 (比如如果指定 `*{vertical-align: middle;}`,在使用 `CHTML` 方式渲染的情况下,MathJax 内部的排版会乱掉;而将 MathJax 的渲染方式设为 `SVG` 则不会出现这个问题)

如图所示: ![image](https://github.com/Meekdai/Gmeek/assets/74455347/7e621ad2-6dfb-42ba-be35-9263ec43a0b6)

如图所示: ![image](https://github.com/Meekdai/Gmeek/assets/74455347/372493dc-d715-4209-a6a8-dfdc33bc02e6)

enhancement

如果更改了文章的标题,则原来的文章页面仍然会在网站上保留(虽然在主页上没有超链接),而不会自动删除,即使是手动 build 之后也是如此。 举例: > 我将我个人博客上的[《喵》](https://carameowcookie.github.io/post/miao.html)这篇文章更名为[《这是第一篇博客》](https://carameowcookie.github.io/post/zhe-shi-di-yi-pian-bo-ke.html) 并手动部署,结果是两篇文章(具有不同 URL)都能正常访问,原来的[《喵》](https://carameowcookie.github.io/post/miao.html)页面并没有被自动删除。

bug

在设置了 `style` 字段之后,`style` 中的值被添加到了 `` `` 之外,如图所示: ![image](https://github.com/Meekdai/Gmeek/assets/74455347/df0921bf-4c09-4451-b983-401a9339d062) `config.json` 的内容如下: ```json { "title":"CarameowCookie 的碎碎念", "subTitle":"一个自由而无用的灵魂", "avatarUrl":"https://github.com/CarameowCookie.png", "GMEEK_VERSION":"last", "singlePage":["link"], "dayTheme":"light", "nightTheme":"dark_high_contrast", "style":"/*这是 style 所在的位置*/" } ```

My laptop's `XF86Audio*` keys (including 3 volume controls, 3 playback controls) do not work. In contrast, the 2 `XF86MonBrightness*` keys work fine. OS: Arch Linux x86-64