Conversation
- rename and refactor graveyard content template for better organization - remove unused graveyard index markdown file - add new list and single layout templates for graveyard entries 🔧 chore(hugo): update hugo configuration - disable default taxonomies for streamlined content management 💄 style(layouts): adjust base layout and styling - add padding to header section for improved visual spacing - comment out unused link in index layout for future use
Contributor
There was a problem hiding this comment.
Pull Request Overview
This pull request pares down the graveyard content to its minimum, refactoring layouts and updating configuration.
- Restructured graveyard content templates with separate single and list layouts
- Removed unused graveyard index markdown file
- Updated Hugo configuration to disable default taxonomies and adjusted header styling
Reviewed Changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| site/layouts/index.html | Commented out an unused link in the layout for future use |
| site/layouts/_default/single.html | Introduces a new template for single graveyard entry pages |
| site/layouts/_default/list.html | Adds a new template for listing graveyard entries |
| site/layouts/_default/baseof.html | Applies additional padding to the header section for improved spacing |
| site/hugo.yaml | Disables default taxonomies to streamline content management |
| site/content/graveyard/_index.md | Removes the unused index markdown for graveyard content |
| site/content/_content.gotmpl | Comments out death register content, preserving it for potential future use |
- create initial staticwebapp.config.canary.json file - set up for future configuration of canary deployments
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://lemon-stone-0045b7f10-5.centralus.6.azurestaticapps.net |
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.
✨ feat(graveyard): restructure graveyard content layout
🔧 chore(hugo): update hugo configuration
💄 style(layouts): adjust base layout and styling