Exclude CLAUDE.md from website rendering - #52
Merged
Merged
Conversation
pkic.org mounts this repository as Hugo content, which published CLAUDE.md at /wg/pkimm/model/claude/. Add build front matter so the file stays unpublished, and record the reason in the authoring conventions.
Contributor
|
Maybe we should simply add these files to the ignore files config in Hugo? |
Collaborator
Author
Agree, this should be another safeguard, I will also open PR to site to add it to ignore list. |
Contributor
|
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.
pkic.orgmounts this repository as Hugo content, soCLAUDE.mdwas published as a page at https://pkic.org/wg/pkimm/model/claude/ with an empty page title, and the model section navigation linked to it.This adds Hugo
buildfront matter toCLAUDE.mdso the file stays in the repository without being published:The same block is already used by
categories/templates/_index.mdandrelease-notes/templates/_index.md, and both of those pages return404.A bullet in Authoring conventions records why the block is there, so it is not later removed as stray front matter.
Refs #47