Merged
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR revamps the website layout by simplifying the styling system and transitioning from custom R-based gallery generation to Quarto's native listing functionality.
Key Changes:
- Replaced extensive custom SCSS with a streamlined configuration using local Inter font family
- Migrated from R-generated gallery to Quarto's built-in listing system
- Removed custom CSS files and consolidated styling
Reviewed Changes
Copilot reviewed 7 out of 34 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| styles.scss | Complete rewrite replacing 500+ lines of custom styles with minimal font configuration using local Inter fonts |
| styles.css | Deleted entire custom CSS file (110 lines) |
| gallery-custom.css | Removed complete custom gallery styling (456 lines) |
| custom.scss | Deleted duplicate SCSS configuration file |
| index.qmd | Replaced R-based gallery generation code with Quarto's native listing configuration |
| _quarto.yml | Updated theme configuration to support light/dark modes and added resource directories |
| posts/2025/week_41/week_41-r.qmd | Updated image reference from "plot.svg" to "week_41.png" |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
_quarto.yml
Outdated
Comment on lines
+29
to
+30
| light: [flatly, styles.scss] | ||
| dark: [flatly, styles.scss] |
There was a problem hiding this comment.
[nitpick] Both light and dark themes use identical configuration. If the same styles.scss applies to both modes without distinction, consider whether separate theme keys are necessary or if styles.scss should include mode-specific styling.
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.
No description provided.