Skip to content

Website for Bazel, a fast, scalable, multi-language and extensible build system

License

Notifications You must be signed in to change notification settings

dslomov/bazel-website

 
 

Repository files navigation

Bazel website

This repository hosts the content of the Bazel website, available at https://bazel.build/ It does not contain the Bazel documentation or the Bazel blog.

Prerequisites

To build the site, you will need Jekyll version 2.5.3 or above. For instance, it can be installed with apt-get install jekyll on recent Ubuntu (tested on 16.10).

To deploy the site, you will need gsutil and to authenticate with gcloud auth login.

Running the website locally

To stage the site, run bazel run //:site.

See the Jekyll site if you need more info.

Deploying the website

Deploying the website is done automatically through Google Cloud Container Builder. If for some reason it does not work, you can run bazel run //:site -- --push to deploy manually.

About

Website for Bazel, a fast, scalable, multi-language and extensible build system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 38.3%
  • Python 27.3%
  • CSS 20.2%
  • Shell 11.6%
  • Dockerfile 1.4%
  • Ruby 1.2%