File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments