Personal website for @btcpavao, focused on Bitcoin projects, writing, advisory work, and community building.
This repository powers:
https://btcpavao.github.io
The site highlights:
- Personal positioning and biography
- Core projects (
Saifedean.com,TheSaifHouse.com,TwentyOne.World,DvadesetJedan.com) - Writing (
Practical Bitcoin Standard) - Social and contact links (
X,Nostr,LinkedIn,Cal.com, email)
- Vite + React + TypeScript
- shadcn/ui components
- Tailwind CSS v4
- GitHub Pages deployment via GitHub Actions
- App source lives in
btcpavao-github-io/ - GitHub Pages workflow lives in
.github/workflows/deploy.yml
From the app directory:
cd btcpavao-github-io
npm install
npm run devThen open the local Vite URL shown in the terminal.
Pushes to main trigger the Pages workflow, which:
- installs dependencies inside
btcpavao-github-io - builds the app
- deploys the generated
dist/output to GitHub Pages