davideisinger.com

My personal website
Log | Files | Refs | README

commit d1a1d0cd3bca4706af473dac8d8d6867393693de
parent f975bf28811ba2b34d9506b835623f80d078da1b
Author: David Eisinger <[email protected]>
Date:   Mon,  2 Dec 2024 12:02:53 -0500

Fix redirect

Diffstat:
Mcontent/journal/spellcheck-your-hugo-site-with-cspell/index.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/journal/spellcheck-your-hugo-site-with-cspell/index.md b/content/journal/spellcheck-your-hugo-site-with-cspell/index.md @@ -49,7 +49,7 @@ Next, let's create a basic config file. In the root of your site, put the follow My site (especially the stuff in [/elsewhere][3] that I've mirrored from my company's website) has code snippets that the English dictionary doesn't recognize. Fortunately, CSpell ships with a bunch of [additional dictionaries][4]. Adding `"ruby"`, `"golang"`, and `"java"` to the `"dictionaries"` array makes a bunch of misspellings go away. -[3]: /elsewhere +[3]: /elsewhere/ [4]: https://github.com/streetsidesoftware/cspell-dicts/tree/main/dictionaries ### 4. Ignore front matter