diff --git a/README.md b/README.md index e53d7f9..532b0e3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Prosopopee -More or less a small clone of exposure.co in form of a static generator. For +More or less a small clone of exposure.co or Medium in form of a static generator. For those of you who don't know what exposure.co is, this allows you to tell a story with your pictures. @@ -16,6 +16,11 @@ Prosopopee. Static site generator for your story. * Password access. * Image lazy loading + ## TODO + + * Night Mode + * More sections + ## Usage ``` @@ -26,6 +31,10 @@ prosopopee (-h | --help) prosopopee.py --version ``` +## Docker + +https://hub.docker.com/r/beudbeud/prosopopee/ + ## Licence GLPv3 diff --git a/docs/install.rst b/docs/install.rst index b2686e3..ac262de 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -60,3 +60,17 @@ Installation in virtualenv 2. Download and install Prosopopee:: pip install prosopopee + +Docker +------ + +Get the Docker image:: + + docker pull beudbeud/prosopopee + +Run:: + + docker run --rm -v $(pwd):/site prosopopee + + +More informations https://hub.docker.com/r/beudbeud/prosopopee/