From 27c59d0bca43d7d2825e1b5124d51d40c8fceafe Mon Sep 17 00:00:00 2001 From: "lion.chan" Date: Thu, 8 Sep 2022 11:17:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=A4=96=E9=83=A8=E5=8F=82?= =?UTF-8?q?=E8=80=83=E8=B5=84=E6=96=99.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lion.chan --- Software/Applications/Hugo/Hugo_使用说明.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Software/Applications/Hugo/Hugo_使用说明.md b/Software/Applications/Hugo/Hugo_使用说明.md index 5b9aa96..f4a083c 100644 --- a/Software/Applications/Hugo/Hugo_使用说明.md +++ b/Software/Applications/Hugo/Hugo_使用说明.md @@ -12,6 +12,7 @@ - [7.2. 引用 KaTeX 文件](#72-引用-katex-文件) - [7.3. 如何激活 KaTeX](#73-如何激活-katex) - [7.4. 在 Markdown 中编写 LaTex 公式](#74-在-markdown-中编写-latex-公式) + - [8. 外部参考资料](#8-外部参考资料) Hugo 是由 Go 语言实现的静态网站生成器。简单、易用、高效、易扩展、快速部署。对比 Hexo,Hugo 仅需一个二进制文件(hugo.exe)即可实现网站生成的生成。而且就如它官网介绍:The world’s fastest framework for building websites。Hugo 是目前最快的网站构建框架。凭借其惊人的速度和灵活性,解决了环境依赖、性能较差的问题,还有使用简单、部署方便等诸多优点,通过 LiveReload 实时刷新,极大的优化文章的写作体验。Hugo 使建站再次变得有趣。 @@ -137,3 +138,7 @@ math: true ### 7.4. 在 Markdown 中编写 LaTex 公式 语法与 LaTex 语法一致,只需要使用“\$”或“\$\$”将公式包围即可,“\$”为行内公式,“\$\$”为行间公式。 + +## 8. 外部参考资料 + +1. [Rendering LaTeX with KaTeX on a Hugo blog](https://petercheng.me/rendering-latex-with-katex-on-a-hugo-blog/)