📖🚮:clear the Latin out of the news archive - #1840
Merged
Merged
Conversation
Ten of the eleven posts were placeholder Latin, spread over four pages of the archive, and the front page now sends people to it. What is left is the one post that says something. The ignore entry naming those files goes with them, and so do the five dictionary words that existed to spell them: nothing else in the repository uses Corge, Garply, Grault, Quux or metasyntactic. The archive is one page now, so the pagination has nothing to number. Signed-off-by: Derek Lewis <DerekNonGeneric@inf.is> Assisted-by: Claude-Code:claude-opus-5
✅ Deploy Preview for gh-pages-openinf ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
OpenINFbot
approved these changes
Aug 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ten of the eleven posts were placeholder Latin — Lorem Ipsum Foo through Fred —
spread across four pages of
/news/. The front page now sends people there.What is left is the one post that says something.
What went with them
.remarkignoreentry namingcollections/_posts/*lorem-ipsum*.md, whichexisted to keep the natural-language rules off Latin
project-terms.txtthat were there to spell those posts:Corge,Garply,Grault,Quux,metasyntactic. Nothing else in therepository uses any of them, and cspell would have failed the build if that
were wrong
The archive is a single page now, so the pagination has nothing left to number
and stops rendering on its own.
Checks
nps testpasses, all 17 verifiers.vnuclean on/and/news/.Confirmed in the built output that
/news/lists the one real post, that/news/2/through/news/4/are gone, and that the front page's card stillresolves to it.
Still filler
collections/_pages/docs.htmlis five paragraphs of Latin, and the front pagelinks to it. That is the last of it, and it wants real writing rather than a
deletion.
cspell.jsonkeeps its lorem dictionary and@cspell/dict-lorem-ipsumstays adependency for now. cspell only lints Markdown, so neither is reachable from
that page today, but removing them before the page is written would be tidying
ahead of the fact.