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
- Host: GitHub
- URL: https://github.com/mscherer/s2i-zola
- Owner: mscherer
- License: mit
- Created: 2021-08-09T15:12:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-17T17:39:29.000Z (almost 5 years ago)
- Last Synced: 2025-10-28T11:40:45.446Z (9 months ago)
- Language: Dockerfile
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.