Skip to content

Zensical Container Image

Containerized build of Zensical, a modern static-site generator by the creators of Material for MkDocs.

Usage

Pull the image

podman pull registry.gitlab.com/niclas-zone/ctr/zensical:latest

Run Zensical commands

podman run --rm -it \
  -v $(pwd):/site \
  -w /site \
  registry.gitlab.com/niclas-zone/ctr/zensical:latest \
  zensical build

Author

Niclas Heinz

Contributing

Contributions are welcome! Please open an issue or submit a merge request if you have suggestions or improvements.

License

This project is licensed under the MIT License. Refer to LICENSE for full terms.