Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR updates the Hugo site to better support the tsbook.org content by adding and modifying markdown and configuration files.
- Added YAML front matter to the introduction chapter
- Revised chapter links and contents in the main index and README
- Added archetypes and updated submodule configurations
Reviewed Changes
Copilot reviewed 100 out of 100 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| content/ch1-introduction/_index.md | Added YAML front matter; verify consistency between title and header. |
| content/_index.md | Updated index file content to reflect new chapter locations. |
| archetypes/default.md | Added default archetype file. |
| README.md | Revised chapter references from src to content directory. |
| .gitmodules | Added submodules for the Hugo themes. |
Comments suppressed due to low confidence (2)
content/ch1-introduction/_index.md:7
- [nitpick] The header text does not match the YAML front matter title ('Introduction to Trust and Safety'). Consider aligning them for consistency.
# Fighting the Forever War: Trust and Safety Engineering
.gitmodules:3
- [nitpick] Both submodules 'themes/book' and 'themes/hugo-book' point to the same repository. Confirm that this duplication is intentional, or consider consolidating them if not required.
url = https://github.com/alex-shpak/hugo-book
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.
Lots of changes to support the Hugo site at tsbook.org