Added bogus data for testing my own prosopopee fork I will use.
This commit is contained in:
parent
8c37f68ef9
commit
039423f97e
11
README.md
11
README.md
@ -8,8 +8,6 @@ Uses prosopopee
|
||||
|
||||
https://pypi.org/project/prosopopee/
|
||||
|
||||
pip install prosopopee
|
||||
|
||||
Usage:
|
||||
|
||||
prosopopee
|
||||
@ -29,4 +27,13 @@ Done using venv
|
||||
python3 -m venv <DIR>
|
||||
source <DIR>/bin/activate
|
||||
|
||||
python -m ensurepip --default-pip
|
||||
pip install prosopopee # does not work for me, but adds dependencies
|
||||
|
||||
git clone <url-of-prosopopee>
|
||||
cd <path-to-prosopopee>
|
||||
#Based on http://cerfacs.fr/coop/python3_doc/pip_install/
|
||||
pip install . # this installs it well
|
||||
# might add dependency by installing the dependencies txt file too!
|
||||
|
||||
This is needed for locally installing the stuff. Maybe that way one can install manually too using the setup.py (see manuals online)
|
||||
|
6
about/settings.yaml
Normal file
6
about/settings.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
title: "About"
|
||||
static: true
|
||||
public: false
|
||||
sections:
|
||||
- type: text
|
||||
text: Some text, HTML <b>is allowed</b>.
|
67
first_gallery/settings.yaml
Normal file
67
first_gallery/settings.yaml
Normal file
@ -0,0 +1,67 @@
|
||||
title: my first gallery
|
||||
sub_title: some subtitle
|
||||
date: 2015-12-08
|
||||
cover: stuff.png
|
||||
light_mode: true
|
||||
sections:
|
||||
- type: full-picture
|
||||
image: stuff.png
|
||||
text:
|
||||
title: Beautiful Title
|
||||
sub_title: pouet pouet
|
||||
date: 2015-12-08
|
||||
# - type: full-picture
|
||||
# image:
|
||||
# name: video.mp4
|
||||
# type: video
|
||||
# text:
|
||||
# title: Beautiful Title
|
||||
# sub_title: pouet pouet
|
||||
# date: 2015-12-08
|
||||
# - type: bordered-picture
|
||||
# image:
|
||||
# name: video.mp4
|
||||
# type: video
|
||||
- type: bordered-picture
|
||||
image: stuff.png
|
||||
# - type: bordered-picture
|
||||
# image:
|
||||
# name: video.mp4
|
||||
# type: video
|
||||
text: "plop"
|
||||
- type: bordered-picture
|
||||
image: stuff.png
|
||||
text: "plop"
|
||||
- type: text
|
||||
text: « voici plein de blabla à rajouter et <b>ceci est du gras</b> et encore plein plein plein plein de text car je veux voir comment ça va wrapper car c'est important et il faut pas que j'oublie de mettre des margins en % sinon ça va pas le faire alala là ça devrait aller »
|
||||
- type: pictures-group
|
||||
images:
|
||||
-
|
||||
- name: stuff.png
|
||||
text: "test"
|
||||
# - name: video.mp4
|
||||
# type: video
|
||||
- name: stuff.png
|
||||
text: "test"
|
||||
-
|
||||
- stuff.png
|
||||
- name: stuff.png
|
||||
text: "more stuff"
|
||||
- type: pictures-group
|
||||
images:
|
||||
-
|
||||
- name: stuff.png
|
||||
text: "test"
|
||||
- name: stuff.png
|
||||
text: "test"
|
||||
- name: stuff.png
|
||||
text: "test"
|
||||
-
|
||||
- stuff.png
|
||||
- stuff.png
|
||||
- type: full-picture
|
||||
image: stuff.png
|
||||
# - type: full-picture
|
||||
# image:
|
||||
# name: video.mp4
|
||||
# type: video
|
BIN
first_gallery/stuff.png
Normal file
BIN
first_gallery/stuff.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 MiB |
7
second_gallery/second_level_gallery/settings.yaml
Normal file
7
second_gallery/second_level_gallery/settings.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
title: my second gallery
|
||||
sub_title: some subtitle
|
||||
date: 2015-12-08
|
||||
cover:
|
||||
type: stuff
|
||||
name: stuff.png
|
||||
theme: exposure
|
BIN
second_gallery/second_level_gallery/stuff.png
Normal file
BIN
second_gallery/second_level_gallery/stuff.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 MiB |
@ -0,0 +1,67 @@
|
||||
title: my first gallery
|
||||
sub_title: some subtitle
|
||||
date: 2015-12-08
|
||||
cover: stuff.png
|
||||
light_mode: true
|
||||
sections:
|
||||
- type: full-picture
|
||||
image: stuff.png
|
||||
text:
|
||||
title: Beautiful Title
|
||||
sub_title: pouet pouet
|
||||
date: 2015-12-08
|
||||
# - type: full-picture
|
||||
# image:
|
||||
# name: video.mp4
|
||||
# type: video
|
||||
# text:
|
||||
# title: Beautiful Title
|
||||
# sub_title: pouet pouet
|
||||
# date: 2015-12-08
|
||||
# - type: bordered-picture
|
||||
# image:
|
||||
# name: video.mp4
|
||||
# type: video
|
||||
- type: bordered-picture
|
||||
image: stuff.png
|
||||
# - type: bordered-picture
|
||||
# image:
|
||||
# name: video.mp4
|
||||
# type: video
|
||||
text: "plop"
|
||||
- type: bordered-picture
|
||||
image: stuff.png
|
||||
text: "plop"
|
||||
- type: text
|
||||
text: « voici plein de blabla à rajouter et <b>ceci est du gras</b> et encore plein plein plein plein de text car je veux voir comment ça va wrapper car c'est important et il faut pas que j'oublie de mettre des margins en % sinon ça va pas le faire alala là ça devrait aller »
|
||||
- type: pictures-group
|
||||
images:
|
||||
-
|
||||
- name: stuff.png
|
||||
text: "test"
|
||||
# - name: video.mp4
|
||||
# type: video
|
||||
- name: stuff.png
|
||||
text: "test"
|
||||
-
|
||||
- stuff.png
|
||||
- name: stuff.png
|
||||
text: "more stuff"
|
||||
- type: pictures-group
|
||||
images:
|
||||
-
|
||||
- name: stuff.png
|
||||
text: "test"
|
||||
- name: stuff.png
|
||||
text: "test"
|
||||
- name: stuff.png
|
||||
text: "test"
|
||||
-
|
||||
- stuff.png
|
||||
- stuff.png
|
||||
- type: full-picture
|
||||
image: stuff.png
|
||||
# - type: full-picture
|
||||
# image:
|
||||
# name: video.mp4
|
||||
# type: video
|
BIN
second_gallery/second_level_gallery/third_gallery_1/stuff.png
Normal file
BIN
second_gallery/second_level_gallery/third_gallery_1/stuff.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 MiB |
@ -0,0 +1,67 @@
|
||||
title: my first gallery
|
||||
sub_title: some subtitle
|
||||
date: 2015-12-08
|
||||
cover: stuff.png
|
||||
light_mode: true
|
||||
sections:
|
||||
- type: full-picture
|
||||
image: stuff.png
|
||||
text:
|
||||
title: Beautiful Title
|
||||
sub_title: pouet pouet
|
||||
date: 2015-12-08
|
||||
# - type: full-picture
|
||||
# image:
|
||||
# name: video.mp4
|
||||
# type: video
|
||||
# text:
|
||||
# title: Beautiful Title
|
||||
# sub_title: pouet pouet
|
||||
# date: 2015-12-08
|
||||
# - type: bordered-picture
|
||||
# image:
|
||||
# name: video.mp4
|
||||
# type: video
|
||||
- type: bordered-picture
|
||||
image: stuff.png
|
||||
# - type: bordered-picture
|
||||
# image:
|
||||
# name: video.mp4
|
||||
# type: video
|
||||
text: "plop"
|
||||
- type: bordered-picture
|
||||
image: stuff.png
|
||||
text: "plop"
|
||||
- type: text
|
||||
text: « voici plein de blabla à rajouter et <b>ceci est du gras</b> et encore plein plein plein plein de text car je veux voir comment ça va wrapper car c'est important et il faut pas que j'oublie de mettre des margins en % sinon ça va pas le faire alala là ça devrait aller »
|
||||
- type: pictures-group
|
||||
images:
|
||||
-
|
||||
- name: stuff.png
|
||||
text: "test"
|
||||
# - name: video.mp4
|
||||
# type: video
|
||||
- name: stuff.png
|
||||
text: "test"
|
||||
-
|
||||
- stuff.png
|
||||
- name: stuff.png
|
||||
text: "more stuff"
|
||||
- type: pictures-group
|
||||
images:
|
||||
-
|
||||
- name: stuff.png
|
||||
text: "test"
|
||||
- name: stuff.png
|
||||
text: "test"
|
||||
- name: stuff.png
|
||||
text: "test"
|
||||
-
|
||||
- stuff.png
|
||||
- stuff.png
|
||||
- type: full-picture
|
||||
image: stuff.png
|
||||
# - type: full-picture
|
||||
# image:
|
||||
# name: video.mp4
|
||||
# type: video
|
BIN
second_gallery/second_level_gallery/third_gallery_2/stuff.png
Normal file
BIN
second_gallery/second_level_gallery/third_gallery_2/stuff.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 MiB |
67
second_gallery/second_level_gallery_2/settings.yaml
Normal file
67
second_gallery/second_level_gallery_2/settings.yaml
Normal file
@ -0,0 +1,67 @@
|
||||
title: my second level gallery 2
|
||||
sub_title: some subtitle
|
||||
date: 2015-12-08
|
||||
cover: stuff.png
|
||||
sections:
|
||||
- type: full-picture
|
||||
image: stuff.png
|
||||
text:
|
||||
title: Beautiful Title
|
||||
sub_title: pouet pouet
|
||||
date: 2015-12-08
|
||||
# - type: full-picture
|
||||
# image:
|
||||
# name: video.mp4
|
||||
# type: video
|
||||
# text:
|
||||
# title: Beautiful Title
|
||||
# sub_title: pouet pouet
|
||||
# date: 2015-12-08
|
||||
# - type: bordered-picture
|
||||
# image:
|
||||
# name: video.mp4
|
||||
# type: video
|
||||
- type: bordered-picture
|
||||
image: stuff.png
|
||||
# - type: bordered-picture
|
||||
# image:
|
||||
# name: video.mp4
|
||||
# type: video
|
||||
# text: "plop"
|
||||
- type: bordered-picture
|
||||
image: stuff.png
|
||||
text: "plop"
|
||||
- type: text
|
||||
text: « voici plein de blabla à rajouter et <b>ceci est du gras</b> et encore plein plein plein plein de text car je veux voir comment ça va wrapper car c'est important et il faut pas que j'oublie de mettre des margins en % sinon ça va pas le faire alala là ça devrait aller »
|
||||
- type: pictures-group
|
||||
images:
|
||||
-
|
||||
- name: stuff.png
|
||||
text: "test"
|
||||
# - name: video.mp4
|
||||
# type: video
|
||||
- name: stuff.png
|
||||
text: "test"
|
||||
-
|
||||
- stuff.png
|
||||
# - name: video.mp4
|
||||
# type: video
|
||||
- type: pictures-group
|
||||
images:
|
||||
-
|
||||
- name: stuff.png
|
||||
text: "test"
|
||||
- name: stuff.png
|
||||
text: "test"
|
||||
- name: stuff.png
|
||||
text: "test"
|
||||
-
|
||||
- stuff.png
|
||||
- stuff.png
|
||||
- type: full-picture
|
||||
image: stuff.png
|
||||
# - type: full-picture
|
||||
# image:
|
||||
# name: video.mp4
|
||||
# type: video
|
||||
# vim: ts=8 et sw=4 sts=4
|
BIN
second_gallery/second_level_gallery_2/stuff.png
Normal file
BIN
second_gallery/second_level_gallery_2/stuff.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 MiB |
7
second_gallery/settings.yaml
Normal file
7
second_gallery/settings.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
title: my second level gallery
|
||||
sub_title: some subtitle
|
||||
date: 2015-12-08
|
||||
cover: stuff.png
|
||||
#sections:
|
||||
# - type: subgal
|
||||
# vim: ts=8 et sw=4 sts=4
|
BIN
second_gallery/stuff.png
Normal file
BIN
second_gallery/stuff.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 MiB |
5
settings-menu.yaml
Normal file
5
settings-menu.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
title: "Example gallery"
|
||||
menu:
|
||||
- about: "About"
|
||||
- first_gallery: "My first gallery"
|
||||
- http://twitter.com: "Twitter"
|
9
settings.yaml
Normal file
9
settings.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
title: "MagosIT Kft"
|
||||
sub_title: "Egyedi és csúcsfejlesztések, tanácsadás, K+F"
|
||||
settings:
|
||||
gm:
|
||||
quality: 80
|
||||
light_mode: true
|
||||
sections:
|
||||
- type: subgal
|
||||
# vim: ts=8 et sw=4 sts=4
|
Loading…
x
Reference in New Issue
Block a user