This repo contains the static site behind https://bitrise-io.github.io/stacks/.
The raw data of stack reports is in the data/stack-id
folders.
The rest is a Hugo site with some custom logic in layouts/shortcodes
.
To generate the static site locally, run:
go install -tags extended github.com/gohugoio/hugo@latest
hugo serve
Next to the static HTML output, there is also a JSON output format for some content types. These JSON "endpoints" are based on Hugo output templates and are defined in themes/bitrise/layouts in the single.json.json
and list.json.json
files.