Skip to content
/ site Public

This is my personal website.

Notifications You must be signed in to change notification settings

jtarchie/site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 10, 2025
5f49ea2 · Mar 10, 2025

History

48 Commits
Jan 14, 2025
Mar 10, 2025
Jul 22, 2024
Jul 22, 2024
Jan 29, 2025
Jan 4, 2025
Mar 5, 2025
Mar 5, 2025

Repository files navigation

Personal Blog

Hello there! This is JT's digital corner. While this blog has been continuously evolving, I never hopped onto the "Under Construction" gif bandwagon. Every piece of content you see here is my own expression.

🔗 For the latest articles and updates, head over to jtarchie.com.

Getting Started

If you're curious about the tech behind the scenes, this site leverages a personal site tool I developed named builder.

Local Setup (Mac OS)

To set things up locally or contribute:

brew bundle            # Install required packages
# Make your changes in posts
task                    # Preview them at http://localhost:8080

Once you're happy with the changes:

git add -A
git commit -m 'your helpful message here'
git push

Deployment

The magic of deploying this site is orchestrated using Github Actions. Cloudflare Pages serves as our trusted platform for static site hosting.