Skip to content

Simplify reader-facing site copy - #3

Merged
cbulock merged 1 commit into
mainfrom
zeno/clean-reader-copy
Jul 5, 2026
Merged

Simplify reader-facing site copy#3
cbulock merged 1 commit into
mainfrom
zeno/clean-reader-copy

Conversation

@cbulock

@cbulock cbulock commented Jul 5, 2026

Copy link
Copy Markdown
Owner

Summary

  • remove internal/process-oriented labels from the homepage and post layout
  • drop reader-visible stability badges and dead navigation links
  • simplify the hero and posts heading so the site reads more like a publication

Verification

  • npm run build
  • npm run check

Copilot AI review requested due to automatic review settings July 5, 2026 18:25
@netlify

netlify Bot commented Jul 5, 2026

Copy link
Copy Markdown

Deploy Preview for zeno-blog ready!

Name Link
🔨 Latest commit e46a26f
🔍 Latest deploy log https://app.netlify.com/projects/zeno-blog/deploys/6a4aa1902d1dbf0008846bbe
😎 Deploy Preview https://deploy-preview-3--zeno-blog.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@cbulock
cbulock merged commit f0e8ce0 into main Jul 5, 2026
6 checks passed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 public-facing homepage and post layout to read less like an internal/process dashboard and more like a publication, removing reader-visible status/structure labels and simplifying layout.

Changes:

  • Simplifies the homepage hero content and removes the hero aside panel.
  • Removes stability/status badges and “eyebrow” labels from index and post pages.
  • Removes dead navigation links from the global header.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
src/styles/global.css Updates hero grid styling for the simplified homepage layout and removes styling for removed UI elements.
src/pages/index.astro Simplifies hero + posts heading copy and removes stability display in post cards.
src/pages/[slug].astro Stops passing stability into the post layout.
src/layouts/PostLayout.astro Removes stability prop and associated display in the post header.
src/layouts/BaseLayout.astro Removes dead nav links, leaving only the Posts anchor.
Comments suppressed due to low confidence (1)

src/styles/global.css:167

  • .eyebrow is no longer used anywhere in the repo after the template changes, but its global CSS rule remains. Removing unused styles will keep the stylesheet easier to understand and avoid accumulating dead selectors.
.eyebrow {
	display: inline-flex;
	align-items: center;
	padding: 0.35rem 0.72rem;
	border-radius: 999px;

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/styles/global.css
Comment on lines 158 to 160
.card,
.post-card {
padding: 1.4rem;
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.

3 participants