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

github.com/Chen-Zhe/photo-grid.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/content/photo')
-rw-r--r--exampleSite/content/photo/1-trip1/3x2_photo.pngbin0 -> 4717 bytes
-rw-r--r--exampleSite/content/photo/1-trip1/3x2_with_exif.jpgbin0 -> 51517 bytes
-rw-r--r--exampleSite/content/photo/1-trip1/index.md39
-rw-r--r--exampleSite/content/photo/1-trip1/landscape_panorama.pngbin0 -> 6143 bytes
-rw-r--r--exampleSite/content/photo/1-trip1/portrait.pngbin0 -> 3907 bytes
-rw-r--r--exampleSite/content/photo/1-trip1/square.pngbin0 -> 4253 bytes
-rw-r--r--exampleSite/content/photo/2-trip2/index.md22
-rw-r--r--exampleSite/content/photo/2-trip2/landscape_panorama.pngbin0 -> 6143 bytes
-rw-r--r--exampleSite/content/photo/2-trip2/portrait.pngbin0 -> 3907 bytes
-rw-r--r--exampleSite/content/photo/2-trip2/square.pngbin0 -> 4253 bytes
10 files changed, 61 insertions, 0 deletions
diff --git a/exampleSite/content/photo/1-trip1/3x2_photo.png b/exampleSite/content/photo/1-trip1/3x2_photo.png
new file mode 100644
index 0000000..10226ee
--- /dev/null
+++ b/exampleSite/content/photo/1-trip1/3x2_photo.png
Binary files differ
diff --git a/exampleSite/content/photo/1-trip1/3x2_with_exif.jpg b/exampleSite/content/photo/1-trip1/3x2_with_exif.jpg
new file mode 100644
index 0000000..163405c
--- /dev/null
+++ b/exampleSite/content/photo/1-trip1/3x2_with_exif.jpg
Binary files differ
diff --git a/exampleSite/content/photo/1-trip1/index.md b/exampleSite/content/photo/1-trip1/index.md
new file mode 100644
index 0000000..180e0a0
--- /dev/null
+++ b/exampleSite/content/photo/1-trip1/index.md
@@ -0,0 +1,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.
+
+---
diff --git a/exampleSite/content/photo/1-trip1/landscape_panorama.png b/exampleSite/content/photo/1-trip1/landscape_panorama.png
new file mode 100644
index 0000000..5cbd118
--- /dev/null
+++ b/exampleSite/content/photo/1-trip1/landscape_panorama.png
Binary files differ
diff --git a/exampleSite/content/photo/1-trip1/portrait.png b/exampleSite/content/photo/1-trip1/portrait.png
new file mode 100644
index 0000000..2d8f553
--- /dev/null
+++ b/exampleSite/content/photo/1-trip1/portrait.png
Binary files differ
diff --git a/exampleSite/content/photo/1-trip1/square.png b/exampleSite/content/photo/1-trip1/square.png
new file mode 100644
index 0000000..f7a23fd
--- /dev/null
+++ b/exampleSite/content/photo/1-trip1/square.png
Binary files differ
diff --git a/exampleSite/content/photo/2-trip2/index.md b/exampleSite/content/photo/2-trip2/index.md
new file mode 100644
index 0000000..92c05dd
--- /dev/null
+++ b/exampleSite/content/photo/2-trip2/index.md
@@ -0,0 +1,22 @@
+---
+resources:
+
+- src: landscape_panorama.png
+ name: Panorama
+ params:
+ order: light
+ 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: dark
+ description: You don't have to use a number for ordering. Using text is also possible. This could be helpful if you wish to arrange photos by their color scheme
+
+- src: square.png
+ name: Square
+ params:
+ order: light
+ description: You don't have to use a number for ordering. Using text is also possible. This could be helpful if you wish to arrange photos by their color scheme
+
+---
diff --git a/exampleSite/content/photo/2-trip2/landscape_panorama.png b/exampleSite/content/photo/2-trip2/landscape_panorama.png
new file mode 100644
index 0000000..5cbd118
--- /dev/null
+++ b/exampleSite/content/photo/2-trip2/landscape_panorama.png
Binary files differ
diff --git a/exampleSite/content/photo/2-trip2/portrait.png b/exampleSite/content/photo/2-trip2/portrait.png
new file mode 100644
index 0000000..2d8f553
--- /dev/null
+++ b/exampleSite/content/photo/2-trip2/portrait.png
Binary files differ
diff --git a/exampleSite/content/photo/2-trip2/square.png b/exampleSite/content/photo/2-trip2/square.png
new file mode 100644
index 0000000..f7a23fd
--- /dev/null
+++ b/exampleSite/content/photo/2-trip2/square.png
Binary files differ