Skip to content

sookochoff/tylersookochoff.com

Repository files navigation

tylersookochoff.com

Personal website and blog built with Astro.

Writing Posts

  1. Create a new .md file in src/content/blog/
  2. Add frontmatter:
    ---
    title: "Your Post Title"
    description: "Brief description of the post"
    pubDate: 2026-02-06
    ---
  3. Write your post in Markdown
  4. git push to deploy

Local Development

npm install
npm run dev

Deploy

Pushes to main branch automatically deploy via GitHub Actions.

Trigger build

SSL trigger

About

Personal website and blog - tylersookochoff.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors