Skip to content

Januson/docker-image-zola

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-image-zola

Build status Version Docker Pulls Image Size

Docker image providing Zola, the Rust-based static site generator. This image is using Zola version 0.16.0, but it will be updated with later releases.

Installation

docker pull januson/zola

Usage

# Simple call
docker run --rm januson/zola --version

# Building the current directory
docker run --rm -v $(pwd):/workdir januson/zola build

Git Bash

If you are using git-bash on windows you have to add MSYS_NO_PATHCONV otherwise volume won't work.

MSYS_NO_PATHCONV=1 docker run --rm -v $(pwd):/workdir januson/zola build

Contributing

Contributions are welcome.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published