Skip to content

zola#

Overview#

Build static sites with Zola.

View the example site.

Usage#

Add the zola pipeline to the .gitlab-ci.yml file:

gitlab-ci.yml
include:
  - project: brettops/pipelines/zola
    file: include.yml

The resulting site is captured as an artifact in the public. directory.

Add the pages pipeline to publish the site to [GitLab Pages]:

gitlab-ci.yml
include:
  - project: brettops/pipelines/zola
    file: include.yml
  - project: brettops/pipelines/pages
    file: include.yml

An example site is published by this pipeline.