Skip to content

bitrise-io/stacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitrise Stacks

This repo contains the static site behind https://bitrise-io.github.io/stacks/.

Useful links

Development

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

JSON API

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.