Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 887 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 887 Bytes

packages.mocaccino.org

This repository hosts the static content of https://packages.mocaccino.org website.

The website is automatically generated by reading the cos-toolkit repositories, and a scheduled jobs periodically keeps it up-to-date.

Build locally

To build locally you need luet-package-browser installed (with luet you can install it with luet install -y extension/package-browser) and run:

luet-package-browser --config config.yaml --output build --templates templates

Where:

  • --config: points to a configuration file with a list of repositories. Arbitrary fields are accessible from the template pages with {{.Config.<PARAMETER>}}
  • --output: is the destination directory where to store the rendered files
  • --templates: is the directory where to source the templates from, which are used for rendering.