Merge branch 'master' into 0.8
This commit is contained in:
commit
323ce052d4
11
README.md
11
README.md
@ -1,6 +1,6 @@
|
|||||||
# Prosopopee
|
# 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
|
those of you who don't know what exposure.co is, this allows you to tell a
|
||||||
story with your pictures.
|
story with your pictures.
|
||||||
|
|
||||||
@ -16,6 +16,11 @@ Prosopopee. Static site generator for your story.
|
|||||||
* Password access.
|
* Password access.
|
||||||
* Image lazy loading
|
* Image lazy loading
|
||||||
|
|
||||||
|
## TODO
|
||||||
|
|
||||||
|
* Night Mode
|
||||||
|
* More sections
|
||||||
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
```
|
```
|
||||||
@ -26,6 +31,10 @@ prosopopee (-h | --help)
|
|||||||
prosopopee.py --version
|
prosopopee.py --version
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Docker
|
||||||
|
|
||||||
|
https://hub.docker.com/r/beudbeud/prosopopee/
|
||||||
|
|
||||||
## Licence
|
## Licence
|
||||||
|
|
||||||
GLPv3
|
GLPv3
|
||||||
|
@ -60,3 +60,17 @@ Installation in virtualenv
|
|||||||
2. Download and install Prosopopee::
|
2. Download and install Prosopopee::
|
||||||
|
|
||||||
pip 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/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user