1 min read
Bitbucket Static Website Hosting
This is a short explanation of a feature I really like about github and now it’s imitated in bitbucket. Essentially allows you to host a static site under your account.
It doesn’t support anything back-end but you can use grunt, gulp like automators to create a content management system that compiles whole site to static files then serve it up with this trick.
Very simple steps to do this. My username is “mfyz” in bitbucket and bitbucket allows 1 static website hosting per account. If you create a new repository called: “mfyz.bitbucket.io” and throw an index.html file, you can access the static website from http://mfyz.bitbucket.io address. Bitbucket will serve anything static including css, javascript files as well as binaries like images.
Related Posts
- 3 min readStatic Site hosting with Cloudflare Pages
- 3 min readUsing Ant Design as our primary react.js UI framework
- 3 min readUsing Heroku for a quick development environment
- 5 min readBetter code history with gitlinter / commitlinter
- 5 min readUsing Vercel (formerly Zeit/now.sh) for super-fast deployments
- 3 min readSuper Affordable Cloud VPS: Scaleway
Share