Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.md « 1-trip1 « photo « content « exampleSite - github.com/Chen-Zhe/photo-grid.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 180e0a0e999ec2205594ea8b227aaf23ac770d14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
title: Series A

resources:

- src: 3x2_photo.png
  name: Photo name 1
  params:
    order: blue
    description: Photo description. If you want to add your own link, specify button_text and button_url here.
    button_text: Button text
    button_url: "https://example.com"

- src: 3x2_with_exif.jpg
  name: Photo with EXIF
  params:
    order: 1
    description: This photo has EXIF info that is automatically extracted. Only JPG and TIFF files supports EXIF. If the automatically extracted time is incorrect, use "timestamp" field to supply your own time.
    timestamp: 2020-01-01 19:45

- src: landscape_panorama.png
  name: Panorama
  params:
    order: 3
    description: Use the "title" field on top of this file to specify a series name for a stylized appearance. It is hidden if "title" is unspecified.

- src: portrait.png
  name: Portrait
  params:
    order: 4
    description: Some description 2.

- src: square.png
  name: Square
  params:
    order: 5
    description: Some description 4.

---