Update readme.md

This commit is contained in:
2026-02-25 10:15:13 -08:00
committed by GitHub
parent 92a6ea9f2d
commit 1ac6774a95

View File

@@ -1,25 +1,2 @@
## The news outlet for pattern seekers ## The news outlet for pattern seekers
### Structure
```
articles/
why-pigeons-watch-you/
index.md ← frontmatter + markdown
pigeon-wire.webp ← co-located assets
templates/
article.html ← shared article shell
home.html ← index page
static/
style.css
favicon.svg
build.js ← markdown → dist pipeline
```
### Usage
```bash
npm i
npm run build # outputs to dist/
npm run dev # vite dev server
```