Skip to content

bnn-dev/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bnn.dev

Personal website where I share ideas, findings, and things I'm working on.

Built with Waku and deployed to Cloudflare Workers.

Development

bun install
bun run dev

Deploy

bun run build
bun run cf-deploy

Adding New Blog Posts

  1. Create a markdown file in writings/ folder:

    writings/my-new-post.md
  2. Add metadata to writings/writings.json:

    {
      "slug": "my-new-post",
      "title": "My New Post",
      "date": "February 1, 2026",
      "readTime": "5 min read",
      "excerpt": "Brief description...",
      "tags": ["Tag1", "Tag2"]
    }

About

bnn.dev - personal corner of the internet

Resources

Stars

Watchers

Forks

Contributors