Skip to content

pleasedontddosme/blog

Repository files navigation

Blog

A minimal, plain text blog — inspired by Paul Graham and Sam Altman.

Writing a new post

Add a Markdown file to the posts/ directory with front matter:

---
title: "Your Post Title"
date: "2026-03-01"
---

Your post content here.

Posts are sorted by date (newest first) and rendered at /posts/<filename>.

Development

npm install
npm run dev

Production

npm run build
npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors