Skip to content

tmarcum6/taylorblogs

Repository files navigation

Taylor Blogs

A minimal personal blog site built with Bun, React, and Tailwind CSS. Markdown posts are converted to static JSON at build time. Uses GitHub Actions to deploy a static site to Cloudflare.

Quick Start

# Install dependencies
bun install

# Start development server
bun run dev

Open http://localhost:3000 in your browser.

Adding Posts

Create a new .md file in content/posts/:

---
title: Your Post Title
date: 2026-04-08
excerpt: Brief description
---

Your content here.

Build

bun run build

Output goes to dist/.

Deploy

Push to GitHub main branch. GitHub Actions automatically builds and deploys to Cloudflare Pages.

Requires these secrets in your GitHub repo:

  • CLOUDFLARE_API_TOKEN
  • CLOUDFLARE_ACCOUNT_ID

About

Personal Blog Site made with Bun/Typescript/React/Tailwind

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors