Skip to content

Conversation

@shenanigansd
Copy link
Owner

No description provided.

Signed-off-by: Bradley Reynolds <bradley.reynolds@tailstory.dev>
@shenanigansd shenanigansd self-assigned this Jan 17, 2026
Copilot AI review requested due to automatic review settings January 17, 2026 07:54
Copy link

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 represents a major transformation of an Astro starter template into a personal website/blog for "Bradley". The changes convert a minimal boilerplate into a functional personal site with theming, navigation, and blog capabilities.

Changes:

  • Replaced build-time git hash injection with runtime computation
  • Added complete site structure with header, footer, layout components, and styling
  • Created homepage with profile photo and introduction, plus a "Now" page and sample blog post

Reviewed changes

Copilot reviewed 9 out of 11 changed files in this pull request and generated 6 comments.

Show a summary per file
File Description
src/styles/global.css Adds global CSS with dark/light theme variables and base styling
src/pages/posts/post-1.md Creates sample Astro tutorial blog post
src/pages/now.astro Adds "Now" page describing current activities
src/pages/index.astro Rewrites homepage with profile introduction and shenanigans section
src/layouts/BaseLayout.astro Creates reusable layout component with header and footer
src/images/headshot.jpg Adds profile image asset
src/env.d.ts Removes build-time git hash type declaration
src/constants.ts Moves git hash computation from build-time to runtime execution
src/components/Header.astro Adds navigation header with logo and theme toggle
src/components/Footer.astro Creates footer displaying git commit hash
astro.config.mjs Simplifies config by removing Vite define for git hash

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

@shenanigansd shenanigansd merged commit 69d5e70 into main Jan 17, 2026
12 checks passed
@shenanigansd shenanigansd deleted the br/hi branch January 17, 2026 07:58
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.

2 participants