Closed weilinear closed 1 month ago
Visit the deploys page to approve it
Name | Link |
---|---|
Latest commit | 5c867d73323a3d4671d7ebac7498740a57ef37d6 |
[!CAUTION]
Review failed
The pull request is closed.
This pull request introduces several changes across multiple files, primarily focusing on a new GitHub Actions workflow for building and deploying an Astro site to GitHub Pages. Additionally, modifications are made to the layout files, including changes to profile display logic and updates to social media links in the footer. The navbar reflects a rebranding with a new name and GitHub link, while the blog page now conditionally displays author information. The feature hero component undergoes a significant content overhaul, shifting from product promotion to a personal introduction.
File | Change Summary |
---|---|
.github/workflows/astro-test.yml |
New workflow added for building and deploying an Astro site to GitHub Pages. |
src/layouts/PostLayout.astro |
Updated profile display logic with new variable showProfileAtAll and changed showProfileSubtitle to false . |
src/layouts/_Footer.svelte |
Updated social media links and icons; added LinkedinSolid icon from flowbite-svelte-icons . |
src/layouts/_Navbar.svelte |
Changed name from "AstroNot" to "Wei Li" and updated GitHub link to "https://github.com/weilinear". |
src/pages/blog.astro |
Added showProfile property to control author information display in blog posts. |
src/pages/home/_FeatureHero.svelte |
Removed YouTube video and reworked text content to focus on personal biography of Wei Li. |
sequenceDiagram
participant User
participant GitHub Actions
participant Astro Site
participant GitHub Pages
User->>GitHub Actions: Push to main branch
GitHub Actions->>Astro Site: Build site
Astro Site->>GitHub Actions: Return built artifact
GitHub Actions->>GitHub Pages: Deploy built site
GitHub Pages-->>User: Site updated
π "In the meadow where we play,
A new workflow leads the way.
With profiles hidden, links anew,
Wei Li's story shines right through.
Hopping fast, we celebrate,
Changes bright, oh, isn't it great!" π
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
The latest updates on your projects. Learn more about Vercel for Git βοΈ
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
astronot | β Failed (Inspect) | Oct 8, 2024 6:34pm |
Summary by CodeRabbit
New Features
showProfile
property.Improvements
FeatureHero
component to focus on a personal introduction rather than product features.Changes