Skip to content

Commit 8a771c4

Browse files
authored
Merge branch 'main' into fix-cdn
2 parents 8f950d7 + c8b9b5f commit 8a771c4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

content/learn/index.smd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,5 @@
6060
- **[Awesome Zig](https://github.com/zigcc/awesome-zig):** A collection of some awesome public Zig programming language projects.
6161
- **[Zig Guide](https://zig.guide/):** 英文资料, [Sobeston](https://github.com/Sobeston) 编写
6262
- **[Zig in 30 minutes](https://gist.github.com/ityonemo/769532c2017ed9143f3571e5ac104e50):**
63+
- **[Learn zig](https://www.amazon.com/Learning-Zig-reimagined-introduction-programming/dp/1835085121):** 英文资料,[RiosAlex Rios](https://alexrios.me/)
6364
- Zig Hero: 涵盖了多个知名 Zig 开发者信息流列表,目前主要有两个平台:[Twitter](https://x.com/i/lists/1570249876155568129) 和 [Mastodon](https://mastodon.social/lists/65805)

content/post/2025-07-19-zine-migration.smd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,18 +170,18 @@ Zine 布局有几个关键特性:
170170
// file: layouts/post.shtml
171171
<ctx :if="$page.custom.getOr('math', false)">
172172
<link
173-
href="https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-M/KaTeX/0.15.2/katex.min.css"
173+
href="https://registry.npmmirror.com/katex/0.16.27/files/dist/katex.min.css"
174174
crossorigin="anonymous"
175175
rel="stylesheet"
176176
/>
177177
<script
178178
defer
179-
src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-M/KaTeX/0.15.2/katex.min.js"
179+
src="https://registry.npmmirror.com/katex/0.16.27/files/dist/katex.min.js"
180180
crossorigin="anonymous"
181181
></script>
182182
<script
183183
defer
184-
src="https://lf6-cdn-tos.bytecdntp.com/cdn/expire-1-M/KaTeX/0.15.2/contrib/auto-render.min.js"
184+
src="https://registry.npmmirror.com/katex/0.16.27/files/dist/contrib/auto-render.min.js"
185185
crossorigin="anonymous"
186186
onload="renderMathInElement(document.body);"
187187
></script>

0 commit comments

Comments
 (0)