Personal blog built with Bridgetown and deployed on Cloudflare Pages.
- Ruby 4.0.3 (see
.ruby-version) - Node.js 24.14.0+ (see
package.jsonengines.node)
bundle install
npm install| Command | Action |
|---|---|
npm run dev |
Start local dev server at http://localhost:4000 |
bundle exec bridgetown deploy |
Build production site to ./output/ |
bin/bridgetown ... |
Run other Bridgetown CLI commands |