Skip to content

Repository files navigation

lope.dev

My personal site — notes, projects, talks, and a feed of the open-source pull requests I ship. Content-first and dark by default, modeled on antfu.me.

Stack

Development

bun install
bun run dev        # http://localhost:3000

The /releases page lists my recent public merged PRs from GitHub. It's fetched once at build and prerendered — set a token to avoid search rate limits:

GITHUB_TOKEN="$(gh auth token)" bun run build

Structure

app/         # pages, components, composables
content/     # blog posts (markdown)
server/      # Nitro API routes (e.g. releases)
shared/      # data shared by app + server (projects, etc.)
public/      # static assets, brand logos

Contributing

This is a personal site, but fixes and suggestions are welcome — see CONTRIBUTING.md.

License

MIT for the code. Blog posts © Adebesin Tolulope.

About

Adebesin Tolulope (Lope)'s Portfolio

Resources

Contributing

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages