Bladeren bron

Add San Francisco album.

dev
Chris Smith 8 jaren geleden
bovenliggende
commit
24cbc62ead

+ 2
- 2
_layouts/photos.html Bestand weergeven

@@ -12,8 +12,8 @@ layout: default
12 12
     <a href="{{page.path | replace:'photos/','https://photos.chameth.com/' | replace:'index.html',photo.file}}"
13 13
        class="image gallery"
14 14
        data-lightbox="gallery"
15
-       data-title="{{photo.caption}}">
16
-      <img src="{{ photo.file }}" alt="{{photo.alt}}">
15
+       data-title="{{photo.caption|xml_escape}}">
16
+      <img src="{{ photo.file }}" alt="{{photo.alt|xml_escape}}">
17 17
     </a>
18 18
   {% endfor %}
19 19
 </article>

+ 1
- 1
import-photos.sh Bestand weergeven

@@ -19,7 +19,7 @@ for folder in $SOURCE/*; do
19 19
     for file in $folder/*; do
20 20
         filename=${file##*/}
21 21
         out="photos/$foldername/$filename";
22
-        test -e $out || convert -thumbnail 400^ -gravity center -crop 400x200+0+0 -strip -quality 86 $file $out;
22
+        test -e "$out" || convert -thumbnail 400^ -gravity center -crop 400x200+0+0 -strip -quality 86 "$file" "$out";
23 23
     done
24 24
 
25 25
     if [ ! -e "photos/$foldername/index.html" ]; then

BIN
photos/2013-02-SanFrancisco/2013-01-26 10.14.05.JPG Bestand weergeven


BIN
photos/2013-02-SanFrancisco/2013-01-27 07.41.59.JPG Bestand weergeven


BIN
photos/2013-02-SanFrancisco/2013-01-27 07.46.51.JPG Bestand weergeven


BIN
photos/2013-02-SanFrancisco/2013-01-27 08.41.22.JPG Bestand weergeven


BIN
photos/2013-02-SanFrancisco/2013-01-27 10.04.37.JPG Bestand weergeven


BIN
photos/2013-02-SanFrancisco/2013-01-30 20.24.19.JPG Bestand weergeven


BIN
photos/2013-02-SanFrancisco/2013-01-30 20.37.13.JPG Bestand weergeven


BIN
photos/2013-02-SanFrancisco/2013-02-01 09.23.46.JPG Bestand weergeven


BIN
photos/2013-02-SanFrancisco/2013-02-02 10.15.13.JPG Bestand weergeven


BIN
photos/2013-02-SanFrancisco/2013-02-02 11.46.28.JPG Bestand weergeven


BIN
photos/2013-02-SanFrancisco/2013-02-02 12.17.03.JPG Bestand weergeven


BIN
photos/2013-02-SanFrancisco/2013-02-02 12.31.57.JPG Bestand weergeven


BIN
photos/2013-02-SanFrancisco/2013-02-02 12.46.49.JPG Bestand weergeven


BIN
photos/2013-02-SanFrancisco/2013-02-03 10.37.02.JPG Bestand weergeven


BIN
photos/2013-02-SanFrancisco/2013-02-03 11.03.55.JPG Bestand weergeven


+ 52
- 0
photos/2013-02-SanFrancisco/index.html Bestand weergeven

@@ -0,0 +1,52 @@
1
+---
2
+layout: photos
3
+album_title: San Francisco, California, USA
4
+album_date: January and Feburary 2013
5
+title: Photos of San Francisco — February 2013 · Chameth.com
6
+photos:
7
+- file: 2013-02-03 11.03.55.JPG
8
+  alt: AT&T Park
9
+  caption: ♫ Take me to the ball game...
10
+- file: 2013-02-02 12.31.57.JPG
11
+  alt: Golden Gate Bridge, with a help point in focus
12
+  caption: Golden Gate Bridge
13
+- file: 2013-01-26 10.14.05.JPG
14
+  alt: Tail end of a plane
15
+  caption: ♫ I'm leaving, on a jet plane...
16
+- file: 2013-02-02 12.17.03.JPG
17
+  alt: San Francisco viewed through a chainlink fence
18
+  caption: On the Golden Gate Bridge, looking towards the financial district.
19
+- file: 2013-02-03 10.37.02.JPG
20
+  alt: Series of concrete tubes
21
+  caption: Art. I think.
22
+- file: 2013-01-30 20.37.13.JPG
23
+  alt: "'San Francisco' lit up in neon"
24
+  caption: Ah, so that's where I was.
25
+- file: 2013-02-02 11.46.28.JPG
26
+  alt: Golden Gate Bridge
27
+  caption: The Golden Gate Bridge. The fog lifted pretty suddenly after this.
28
+- file: 2013-01-27 07.46.51.JPG
29
+  alt: Silhouette of a pier against a yellow sky.
30
+  caption: One of SF's many piers.
31
+- file: 2013-02-01 09.23.46.JPG
32
+  alt: Bay bridge
33
+  caption: The Bay Bridge. I think I actually prefer it to the Golden Gate.
34
+- file: 2013-01-27 10.04.37.JPG
35
+  alt: Museum of Fine Arts
36
+  caption: The Museum of Fine Arts
37
+- file: 2013-02-02 12.46.49.JPG
38
+  alt: Part of the Golden Gate Bridge against a blue sky
39
+  caption: Another one of that bridge.
40
+- file: 2013-01-27 08.41.22.JPG
41
+  alt: Alcatraz prison island
42
+  caption: Alcatraz.
43
+- file: 2013-01-27 07.41.59.JPG
44
+  alt: Graffiti on the pavement reading 'I ❤ U'
45
+  caption: ❤
46
+- file: 2013-01-30 20.24.19.JPG
47
+  alt: The Bay Bridge at night, with lights reflecting on the bay
48
+  caption: The Bay Bridge, with reflections in the bay. Definitely prettier than the Golden Gate Bridge.
49
+- file: 2013-02-02 10.15.13.JPG
50
+  alt: Long street in San Francisco, rising up a hill in the distance
51
+  caption: Hills and fog. Check and check.
52
+---

Laden…
Annuleren
Opslaan