Welcome to my personal website! This site serves as a hub for my portfolio, blog, and professional information.
main
publish_post.sh
to prepare changessetup_new_post
: Scaffold a new blog post with frontmatter, filename, and folder based on title and datepublish_post
: Finds posts with draft: true
, checks if the publish day matches the current UTC date, and removes the draft flagsetup_blog_tag
: Creates a Git tag based on the current date (blog/yyyy-mm-dd
) and pushes it to the remote repository with a custom commit messagecheck_pr_status
: Checks the status of pull requests via GitHub CLIVisit the live site: https://victoriacheng15.vercel.app/
To run this project locally:
npm install
.npm run dev
.http://localhost:3000
in your browser.This website is based on the astro-zen-blog template by Larry Xue.