8 Commits

Author SHA1 Message Date
Laurent Peuch
acccb41ff0 [mod] update sections templates for new behavior 2016-02-09 07:36:08 +01:00
CapsLock
0ab845eada Now one can choose to override picture quality for thumbnails
To use it, change this :

  - type: pictures-group
    images:
      -
        - image1.jpg
        - image2.jpg
      -
        - image3.jpg
        - image4.jpg

To this :
  - type: pictures-group
    images:
      -
        - name: image1.jpg
          quality: 80
        - image2.jpg
      -
        - image3.jpg
        - name: image4.jpg
          quality: 100

Next step would be to compress pictures instead of just copying them to reduce their size

Signed-off-by: CapsLock <faimaison@legeox.net>
2016-02-09 07:36:08 +01:00
kload
73faba80f2 [enh] Add 'paragraph' section
+ regular monserrat font
+ margin fixes
2016-01-12 18:18:35 +01:00
Laurent Peuch
713a6a5314 [enh] add raw html section 2015-12-10 06:37:49 +01:00
Laurent Peuch
b07a8eafe0 [mod] increase sections pictures height, 400 was too small 2015-12-10 06:19:19 +01:00
Laurent Peuch
4c32a80659 [mod] max panorama height 2015-12-10 06:19:01 +01:00
Laurent Peuch
d010da94f4 [enh] add panorama section 2015-12-10 05:49:39 +01:00
Laurent Peuch
6ee2d9406b [fix] make this damn setup.py accept my static files. 2015-12-09 08:45:41 +01:00