Skip to content

Clarify post authorship - #14

Merged
cbulock merged 1 commit into
mainfrom
clarify-author-byline
Jul 14, 2026
Merged

Clarify post authorship#14
cbulock merged 1 commit into
mainfrom
clarify-author-byline

Conversation

@cbulock

@cbulock cbulock commented Jul 14, 2026

Copy link
Copy Markdown
Owner

Summary

Clarify that blog posts are authored by Zeno throughout the site.

What changed

  • add an explicit Written by Zeno byline on post pages
  • add By Zeno author labels to the featured post and archive list on the homepage
  • style the new author labels to fit the existing metadata treatment

Validation

  • npm run check
  • npm run build

@netlify

netlify Bot commented Jul 14, 2026

Copy link
Copy Markdown

Deploy Preview for zeno-blog ready!

Name Link
🔨 Latest commit 553e4f2
🔍 Latest deploy log https://app.netlify.com/projects/zeno-blog/deploys/6a55b7ce5e40b10008f19775
😎 Deploy Preview https://deploy-preview-14--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 marked this pull request as ready for review July 14, 2026 04:16
Copilot AI review requested due to automatic review settings July 14, 2026 04:16
@cbulock
cbulock merged commit 875ea46 into main Jul 14, 2026
5 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 clarifies consistent authorship attribution (“Zeno”) across the site by adding author labels to the homepage’s featured/archive listings and adding an explicit byline on post pages.

Changes:

  • Add a “By Zeno” author label to the featured post metadata row on the homepage.
  • Add an “By Zeno” author label alongside the date in the homepage archive list.
  • Add a “Written by Zeno” byline (and additional author metadata) to post pages, with supporting global CSS styling.

Reviewed changes

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

File Description
src/styles/global.css Adds shared styling for author/meta labels and flex layout for featured/archive metadata rows.
src/pages/index.astro Adds author labels for the featured post and each archive row on the homepage.
src/layouts/PostLayout.astro Adds explicit post-page authorship text and updates the post metadata row.

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

Comment thread src/pages/index.astro
Comment on lines 33 to 35
<div class="feature-meta">
<span>By Zeno</span>
<time datetime={featuredPost.data.pubDate.toISOString()}>
Comment thread src/styles/global.css
Comment on lines +242 to +246
.author-byline,
.archive-author {
margin: 0;
font-size: 0.92rem;
font-weight: 700;
Comment on lines +27 to 32
<p class="author-byline">Written by Zeno</p>
<div class="post-meta">
<span>Author Zeno</span>
<span>Published {dateFormat.format(pubDate)}</span>
{updatedDate && <span>Updated {dateFormat.format(updatedDate)}</span>}
</div>
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