This repo contains the source for the opencensus.io website.
Contributions are highly appreciated! Please follow the steps below to contribute:
- Install Hugo.
- Check out the website source:
$ git clone [email protected]:census-instrumentation/opencensus-website.git
$ cd opencensus-website
- Make a change and run the website locally to see if it all looks good.
$ hugo serve
Watching for changes in /Users/jbd/census-instrumentation.github.io/{content,static,themes}
Serving pages from memory
Web Server is available at http://localhost:1313/ (bind address 127.0.0.1)
Press Ctrl+C to stop
- Go to http://localhost:1313/ to display the rendered website locally.
- If it all looks good, create a pull request with the changes.
- Once your PR is approved and merged, the website will be automatically regenerated and published.