Skip to content

Content #182

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 17 commits into from
Apr 2, 2025
Merged

Content #182

merged 17 commits into from
Apr 2, 2025

Conversation

philoserf
Copy link
Owner

@philoserf philoserf commented Apr 2, 2025

Change publishing mechanism. Using my private plugin rather than Enveloppe.

@philoserf philoserf self-assigned this Apr 2, 2025
@philoserf philoserf requested a review from Copilot April 2, 2025 15:53
Copy link
Contributor

coderabbitai bot commented Apr 2, 2025

📝 Walkthrough

Summary by CodeRabbit

  • Chores
    • Uniformly updated publication dates across articles.
    • Standardized title styling with quotation marks and improved capitalization.
    • Removed legacy sharing options to clearly mark posts as finalized.
    • Updated navigation links for a consistent browsing experience.

Walkthrough

This pull request updates the front matter metadata for multiple Markdown posts. In every file, the publication date is unified to "2025-04-02", the title is reformatted with quotation marks (and, in some cases, capitalized appropriately), the share field is removed, and a new draft: false field is added. In addition, several posts have their related links updated from relative or capitalized paths to standardized absolute, lowercase paths.

Changes

File(s) Change Summary
content/posts/Articles/{10-3-2-1-0 Sleep rules.md, 3 To 5.md, A Life in Perspective.md, A method for understanding the ingredients of a cocktail.md, Astronomical Events for Rockford Michigan in 2025.md, Books that remapped my mental landscapes.md, How photons experience spacetime.md, On The Real Terrain.md, Out of Office.md, Safari plugins.md, Sunrise and sunset for Rockford Michigan in 2025.md, The Rules.md, The primary text editors in each decade.md} Metadata updated: publication date changed to "2025-04-02"; title reformatted with quotes (and capitalization fixed where applicable); share field removed; draft: false added.
content/posts/{Books I Am Reading.md, Books I Have Read.md, Books I May Read.md, Eat.md, Grow.md, Move.md, Play.md, Share.md, Sleep.md} Metadata updated similar to the above, with additional changes to related links – converting relative or inconsistent link formats into standardized absolute paths (using leading slashes and lowercase formatting). Also, removal of extra fields such as slug where applicable.

Possibly related PRs

Poem

I'm a hoppin' rabbit with a joyful beat,
Updating metadata makes my heart skip a treat.
Dates are fresh, and titles now shine in quotes,
With "draft: false" as my new favorite notes.
The "share" field hops away like a forgotten carrot,
And standardized links make every jump merit.
Crunch on these changes — a bunny's happy sonnet!


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai plan to trigger planning for file edits and PR creation.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the frontmatter metadata and related link references across multiple content posts to reflect current publication settings. Key changes include:

  • Updating titles to be consistently quoted and adjusting publication dates and draft status.
  • Changing related link references from legacy (e.g., {{< ref "Sleep" >}}) to new (e.g., {{< ref "/sleep" >}}) formats.
  • Minor content adjustments such as the removal of guidelines in the Eat post.

Reviewed Changes

Copilot reviewed 22 out of 22 changed files in this pull request and generated no comments.

Show a summary per file
File Description
content/posts/Play.md Updated frontmatter and related links with new reference style.
content/posts/Move.md Updated frontmatter and related links with new reference style.
content/posts/Grow.md Updated frontmatter and related links with new reference style.
content/posts/Eat.md Updated frontmatter; removed nutrition tip content.
content/posts/Books I May Read.md Updated title capitalization and related links.
content/posts/Books I Have Read.md Revised title and adjusted related link formatting.
content/posts/Books I Am Reading.md Updated frontmatter and related links with new reference style.
Various Articles markdown files Updated titles, dates, and draft statuses; maintained article content.
Comments suppressed due to low confidence (2)

content/posts/Eat.md:10

  • The removal of the food diary guidance and nutrition tips appears significant; please confirm if this content removal is intentional or if it was an accidental omission.
- Track your daily meals and snacks in a food diary to stay on track with your nutrition goals and identify areas for improvement.

content/posts/Books I Have Read.md:7

  • [nitpick] The period between the two related link entries is inconsistent with the comma-separated style found in other files; consider using a comma for consistency.
related: [Books I may read]({{< ref "/books-i-may-read" >}}). [Books I am reading]({{< ref "/books-i-am-reading" >}})

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (6)
content/posts/Articles/A Life in Perspective.md (1)

8-8: Verify 'updated' Field Consistency
The metadata block is immediately followed by the line updated: 2024-07-22. Please verify whether this field should remain as a historical record or be updated to match the new publication details to maintain consistency.

content/posts/Articles/On The Real Terrain.md (1)

8-8: Consider Updating Author Attribution
The line by Mark Ayers, 2018 still reflects the original publication year. Consider whether this should be updated (or clarified as a historical reference) to avoid potential confusion with the new publication date in the metadata.

content/posts/Move.md (1)

8-8: Related Links Standardization

The related links have been updated to use absolute, lowercase paths (e.g., {{< ref "/sleep" >}}) which improves consistency and maintainability.
Please verify that these paths correctly resolve to the intended posts.

content/posts/Grow.md (1)

8-8: Updated Related Links Format

The related links now use the absolute path format with lowercase identifiers (e.g., {{< ref "/sleep" >}}), which enhances consistency across posts.
Ensure that each referenced post is reachable with the new path.

content/posts/Books I Have Read.md (1)

7-7: Related Links Delimiter Consistency:
The related links have been updated to use absolute paths (e.g., {{< ref "/books-i-may-read" >}}), which is in line with the objectives. However, note that the delimiter between links (a period after the first link) is inconsistent with the comma-separated style seen in other files. Consider updating the delimiter for consistency.

content/posts/Share.md (1)

12-12: Checklist Item Notice:
There is a checklist item (“Add elaborations on sharing”) present. Ensure that any additional content or elaboration needed is addressed before the final publication.

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 3d8aa83 and 997905e.

📒 Files selected for processing (22)
  • content/posts/Articles/10-3-2-1-0 Sleep rules.md (1 hunks)
  • content/posts/Articles/3 To 5.md (1 hunks)
  • content/posts/Articles/A Life in Perspective.md (1 hunks)
  • content/posts/Articles/A method for understanding the ingredients of a cocktail.md (1 hunks)
  • content/posts/Articles/Astronomical Events for Rockford Michigan in 2025.md (1 hunks)
  • content/posts/Articles/Books that remapped my mental landscapes.md (1 hunks)
  • content/posts/Articles/How photons experience spacetime.md (1 hunks)
  • content/posts/Articles/On The Real Terrain.md (1 hunks)
  • content/posts/Articles/Out of Office.md (1 hunks)
  • content/posts/Articles/Safari plugins.md (1 hunks)
  • content/posts/Articles/Sunrise and sunset for Rockford Michigan in 2025.md (1 hunks)
  • content/posts/Articles/The Rules.md (1 hunks)
  • content/posts/Articles/The primary text editors in each decade.md (1 hunks)
  • content/posts/Books I Am Reading.md (1 hunks)
  • content/posts/Books I Have Read.md (1 hunks)
  • content/posts/Books I May Read.md (1 hunks)
  • content/posts/Eat.md (1 hunks)
  • content/posts/Grow.md (1 hunks)
  • content/posts/Move.md (1 hunks)
  • content/posts/Play.md (1 hunks)
  • content/posts/Share.md (1 hunks)
  • content/posts/Sleep.md (1 hunks)
🔇 Additional comments (28)
content/posts/Articles/Safari plugins.md (1)

2-4: Front Matter Metadata Update – "Safari plugins"
The front matter now correctly uses quotation marks around the title, unifies the publication date to "2025-04-02", and adds the draft: false field. This is consistent with the update objectives. Please double-check that any legacy share field is completely removed.

content/posts/Articles/Books that remapped my mental landscapes.md (1)

2-4: Standardized Metadata for "Books that remapped my mental landscapes"
The metadata updates—adding quotation marks to the title, updating the date to "2025-04-02", and adding draft: false—are correctly implemented. Ensure that any remnants of the old share field are purged from the metadata.

content/posts/Articles/A method for understanding the ingredients of a cocktail.md (1)

2-4: Consistent Front Matter in Cocktail Article
The front matter now adheres to the new standards with the title in quotation marks, the publication date set to "2025-04-02", and the inclusion of draft: false. No issues detected; the updates are clean and uniform.

content/posts/Articles/The primary text editors in each decade.md (1)

2-4: Metadata Consistency in "The primary text editors in each decade"
The changes correctly update the front matter by reformatting the title with quotation marks, unifying the date to "2025-04-02", and adding the draft: false field. This aligns well with the PR objectives—ensure no leftover share field remains.

content/posts/Articles/How photons experience spacetime.md (1)

2-4: Updated Metadata for "How photons experience spacetime"
The front matter now reflects the standardized format: the title is in quotation marks, the publication date has been updated to "2025-04-02", and draft: false has been added, while the share field is removed. This matches the overall PR objectives.

content/posts/Articles/Astronomical Events for Rockford Michigan in 2025.md (1)

1-5: Standardized Metadata in Astronomical Events File
The YAML front matter now correctly reflects the unified publication date (2025-04-02), wraps the title in quotation marks, and adds the draft: false field in place of the removed share field. These changes directly align with the PR objectives.

content/posts/Articles/The Rules.md (1)

1-5: Consistent Metadata Update in The Rules File
The front matter has been updated to use the standardized publication date (2025-04-02), the title is now formatted with quotation marks and proper capitalization, and the draft: false field has been introduced. The removal of the share field is also noted.

content/posts/Articles/A Life in Perspective.md (1)

1-5: Updated Metadata in A Life in Perspective File
The YAML header now includes the title with quotation marks, a unified publication date of 2025-04-02, and the new draft: false field. These updates are consistent with the overall metadata standardization effort.

content/posts/Articles/Sunrise and sunset for Rockford Michigan in 2025.md (1)

1-5: Standardized Metadata in Sunrise and Sunset File
The YAML front matter is updated appropriately with the title now enclosed in quotation marks, the publication date revised to 2025-04-02, and the addition of the draft: false field (with the share field removed). These changes are in line with the PR objectives.

content/posts/Articles/On The Real Terrain.md (1)

1-5: Corrected Metadata in On The Real Terrain File
The front matter now shows the title with the desired capitalization and quotation marks, updates the publication date from 2018-11-15 to 2025-04-02, and adds the draft: false field while removing the share field. This standardization meets the intended objectives.

content/posts/Articles/Out of Office.md (1)

1-5: Front Matter Metadata Updated

The metadata has been updated correctly:

  • The title is now correctly wrapped in quotation marks.
  • The date field is unified to 2025-04-02.
  • The new draft: false field is added.
  • The superfluous share field has been removed.

All these changes align with the PR objectives for consistent publication metadata across articles.

content/posts/Articles/10-3-2-1-0 Sleep rules.md (1)

1-5: Standardized Metadata for '10-3-2-1-0 Sleep rules'

The front matter reflects:

  • The title, now in quotes.
  • The updated publication date.
  • The addition of the draft: false field.
  • Removal of the share field.

These changes consistently follow the overall metadata standardization intended by this PR.

content/posts/Articles/3 To 5.md (1)

1-5: Consistent Front Matter Update for '3 To 5'

The metadata changes are on point:

  • The title is now formatted as "3 To 5".
  • The publication date is updated to 2025-04-02.
  • The new draft: false field is present.

This matches the updates made in other articles.

content/posts/Move.md (1)

1-5: Front Matter Metadata Updated in 'Move.md'

The metadata correctly reflects:

  • The title now appears as "Move".
  • The publication date is standardized to 2025-04-02.
  • The draft: false field confirms the post is finalized.

These changes meet the PR objectives.

content/posts/Grow.md (1)

1-5: Front Matter Update for 'Grow.md'

The front matter shows the following updates:

  • Title is now "Grow".
  • The publication date is updated to 2025-04-02.
  • The new draft: false field is added.

These are in line with the standardized metadata requirements.

content/posts/Books I Have Read.md (1)

2-4: Front Matter Metadata Update:
The metadata fields (title, date, draft) have been updated correctly per the PR objectives. The title is properly quoted, the publication date is unified to "2025-04-02", and the new draft: false field correctly indicates that the post is finalized.

content/posts/Play.md (2)

2-4: Front Matter Update:
The front matter now correctly includes a quoted title, the unified publication date "2025-04-02", and the new draft: false field. These updates meet the PR objectives.


8-8: Related Links Update:
The related links are now standardized to absolute, lowercase paths and are separated by commas, which aligns well with the updated formatting across the site.

content/posts/Eat.md (2)

2-4: Front Matter Metadata Update:
The changes to the front matter—adding quotes around the title "Eat", updating the date to "2025-04-02", and including draft: false—are correctly implemented as per the project’s standardization goals.


8-8: Related Links Standardization:
The related links have been updated to use absolute paths with lowercase styling (e.g., {{< ref "/sleep" >}}). The consistency in formatting is maintained across the file.

content/posts/Share.md (2)

2-4: Front Matter Metadata Update:
The front matter correctly reflects the necessary updates with a quoted title "Share", a unified publication date (2025-04-02), and the addition of the draft: false field.


8-8: Related Links Update:
The related links now use absolute paths with correct lowercase formatting, matching the standardized approach used in the other posts.

content/posts/Books I Am Reading.md (2)

2-4: Front Matter Metadata Update:
This file now includes the required updates: the title is properly quoted as "Books I Am Reading", the date is updated to "2025-04-02", and the new draft: false field is set.


8-8: Related Links Update:
The related links have been updated to absolute, lowercase paths with comma delimiters, ensuring consistency with the other post updates.

content/posts/Sleep.md (2)

1-5: Front Matter Metadata Standardization:
The updates to the front matter—adding quotes around the title, setting the publication date to "2025-04-02", and including draft: false—are consistent and help maintain uniformity across posts.


8-8: Normalized Related Links Formatting:
The related links have been updated to use absolute, lowercase paths (e.g., {{< ref "/sleep" >}}), which improves consistency across the site.

content/posts/Books I May Read.md (2)

1-5: Refined Front Matter Metadata:
The modifications—including quoting and capitalizing the title as "Books I May Read", updating the date to "2025-04-02", and adding draft: false—align perfectly with the overall PR objectives for consistent metadata formatting.


8-8: Standardized Related Links:
The related links now correctly use the standardized absolute, lowercase paths (e.g., {{< ref "/books-i-have-read" >}}), which will improve link consistency sitewide.

@philoserf philoserf merged commit e23dd16 into main Apr 2, 2025
1 check passed
@philoserf philoserf deleted the content branch April 2, 2025 15:59
@philoserf philoserf restored the content branch April 2, 2025 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant