An open API service indexing awesome lists of open source software.

https://github.com/mscherer/s2i-zola

S2I builder for zola
https://github.com/mscherer/s2i-zola

Last synced: 5 months ago
JSON representation

S2I builder for zola

Awesome Lists containing this project

README

          

Source to image docker image used to build static website using zola

Usage
-----

You can add the image to your Openshift cluster like any other.

Configuration
-------------

The image do not need to be configured by default.

However, since zola hardcode the domain name by default using base_url, it need
to be configured in the repository, or pass the variable WEBSITE_URL at build time.

To enable the build of the drafts, the variable DRAFTS must be defined.