From b56f4bbfd23006c1e62c431764bab0cc44ec3737 Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Sat, 13 Jan 2024 14:15:20 +0100 Subject: [PATCH] Fix: markdown link, spelling --- README.md | 4 ++-- exampleSite/content/de/page/about.md | 2 +- exampleSite/content/en/blog/math-typesetting.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f35ee69c..b09a02a8 100644 --- a/README.md +++ b/README.md @@ -135,9 +135,9 @@ Make sure to enable JSON in outputs array. home = ["HTML", "RSS", "JSON"] ``` -### Latex +### LaTeX -Enable Mathematical options: set `math: true` in your markdown frontmatter +Enable mathematical options: set `math: true` in your markdown frontmatter ### Google Analytics diff --git a/exampleSite/content/de/page/about.md b/exampleSite/content/de/page/about.md index 495765ce..0b08f93a 100644 --- a/exampleSite/content/de/page/about.md +++ b/exampleSite/content/de/page/about.md @@ -7,7 +7,7 @@ keywords: ["about-us", "about-hugo", "contact"] type: about --- -Hugo wurde in Go geschrieben und ist ein Open-Source-Generator für statische Sites, der unter der [Apache License 2.0.] (https://github.com/gohugoio/hugo/blob/master/LICENSE) verfügbar ist. Hugo unterstützt TOML-, YAML- und JSON-Datendateitypen , Markdown- und HTML-Inhaltsdateien und verwendet Shortcodes, um Rich Content hinzuzufügen. Andere bemerkenswerte Funktionen sind Taxonomien, mehrsprachiger Modus, Bildverarbeitung, benutzerdefinierte Ausgabeformate, HTML/CSS/JS-Minifizierung und Unterstützung für Sass SCSS-Workflows. +Hugo wurde in Go geschrieben und ist ein Open-Source-Generator für statische Sites, der unter der [Apache License 2.0](https://github.com/gohugoio/hugo/blob/master/LICENSE) verfügbar ist. Hugo unterstützt TOML-, YAML- und JSON-Datendateitypen , Markdown- und HTML-Inhaltsdateien und verwendet Shortcodes, um Rich Content hinzuzufügen. Andere bemerkenswerte Funktionen sind Taxonomien, mehrsprachiger Modus, Bildverarbeitung, benutzerdefinierte Ausgabeformate, HTML/CSS/JS-Minifizierung und Unterstützung für Sass SCSS-Workflows. Hugo nutzt eine Vielzahl von Open-Source-Projekten, darunter: diff --git a/exampleSite/content/en/blog/math-typesetting.md b/exampleSite/content/en/blog/math-typesetting.md index 0bfc7992..291dcd33 100644 --- a/exampleSite/content/en/blog/math-typesetting.md +++ b/exampleSite/content/en/blog/math-typesetting.md @@ -23,8 +23,8 @@ In this example we will be using [KaTeX](https://katex.org/) {{ end }} ``` -- To enable KaTex globally set the parameter `math` to `true` in a project's configuration -- To enable KaTex on a per page basis include the parameter `math: true` in content files +- To enable KaTeX globally set the parameter `math` to `true` in a project's configuration +- To enable KaTeX on a per page basis include the parameter `math: true` in content files **Note:** Use the online reference of [Supported TeX Functions](https://katex.org/docs/supported.html)