This is a gentle fork from https://framagit.org/marienfressinaud/photos.marienfressinaud.fr with a responsive and optimized mindset. https://media.larlet.fr/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

configuration.py 247B

1234567891011121314
  1. from pathlib import Path
  2. HERE = Path(".")
  3. PICTURES_DIR = HERE / "photos"
  4. OUTPUT_DIR = HERE / "output"
  5. THEME_DIR = HERE / "theme"
  6. SIZES = [
  7. (660, 440),
  8. (990, 660),
  9. (1320, 880),
  10. (1980, 1320),
  11. (2640, 1760),
  12. # (3300, 2200),
  13. ]