magcms/README.md

104 lines
2.6 KiB
Markdown
Raw Permalink Normal View History

2018-04-30 12:33:21 +02:00
<p align="center">
<img src="logo.png">
</p>
2018-04-30 12:27:11 +02:00
2016-01-17 17:45:11 +01:00
# Prosopopee
2017-05-05 16:55:07 +02:00
Prosopopee. Static site generator for your story.
2018-12-05 16:18:05 +01:00
Make beautiful customizable pictures galleries that tell a story using a static website generator written in Python. You don't need to care about css, code and presentation, manage your contents in YAML file and Prosopopee will take care about the rest.
2018-04-30 11:49:45 +02:00
Prosopopee is sections oriented, make it very flexible, many kinds of section already available:
* Parallax
* Group of pics (gallery)
* Paragraph
* Iframe (Youtube, Maps, etc..)
* Quote
* [And more](http://prosopopee.readthedocs.io/en/latest/sections.html)
2018-04-30 11:54:27 +02:00
## Screenshots
2018-04-30 12:19:26 +02:00
<img src="https://github.com/Psycojoker/prosopopee/raw/master/pics/2018-04-30-113447_872x817_scrot.png" width="15%"></img> <img src="https://github.com/Psycojoker/prosopopee/raw/master/pics/2018-04-30-114059_1128x908_scrot.png" width="15%"></img> <img src="https://github.com/Psycojoker/prosopopee/raw/master/pics/2018-04-30-113707_1195x788_scrot.png" width="15%"></img> <img src="https://github.com/Psycojoker/prosopopee/raw/master/pics/2018-04-30-113821_1128x847_scrot.png" width="15%"></img>
2017-10-12 01:16:15 +02:00
## Features
2018-04-30 11:49:45 +02:00
Prosopopee currently supports:
* Lightweight
* Thumbnails & multiple resolutions for fast previews (JPEG progressive)
* Videos support
* Mobile friendly
* Caching for fast rendering
* Multi level gallery
* Support themes (default, material, light)
* Password access (encrypt page)
* Image lazy loading
* Night Mode
* Completely static output is easy to host anywhere
* Hackable
2018-04-30 11:54:27 +02:00
## Examples
2018-04-30 11:49:45 +02:00
You can find example usages here:
* http://surleschemins.fr
* http://media.faimaison.net/photos/galerie/
* https://www.thebrownianmovement.org/
* http://outside.browny.pink
* http://such.life
* http://www.street-art.me
2017-10-12 01:29:26 +02:00
2018-04-30 11:54:27 +02:00
## Code example
```yaml
title: Title
date: 2015-12-18
cover: P1070043-01-01.jpeg
sections:
- type: full-picture
image: P1060979-01-01.jpeg
fixed: true
text:
title: My Story
sub_title: some subtitle
date: 2015-12-18
- type: paragraph
title: Beautiful Title
text: Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor
- type: pictures-group
images:
-
- P1060938-01-01.jpeg
- P1060946-01-01.jpeg
- P1060947-01-01.jpeg
- P1060948-01-01.jpeg
```
2017-10-12 01:16:15 +02:00
## Usage
2018-04-30 11:49:45 +02:00
```bash
2017-05-05 16:55:07 +02:00
prosopopee
prosopopee preview
prosopopee deploy
2018-02-28 15:46:48 +01:00
prosopopee test
2017-05-05 16:55:07 +02:00
prosopopee (-h | --help)
prosopopee.py --version
2017-05-05 16:55:53 +02:00
```
2017-05-05 16:55:07 +02:00
2018-02-12 11:45:58 +01:00
## Docker
https://hub.docker.com/r/beudbeud/prosopopee/
2017-05-05 16:55:07 +02:00
## Licence
GLPv3
2017-05-05 16:56:45 +02:00
## Documentation
http://prosopopee.readthedocs.org/en/latest/
2017-08-28 10:46:27 +02:00
## IRC
channel : irc.freenode.net#prosopopee
2016-02-03 22:55:14 +01:00