Commit 192b71113f19283e98dfa3e17e056dbf6d59d676
add mexico city airshow pics
Gwen committed on 9/16/2016, 8:53:48 PMParent: db734c6bb249d9a1c6a1ea52158125c65b7609f6
Files changed
layouts/index.jade | changed |
layouts/photos.jade | changed |
src/mx-2016.md | added |
src/mx-pics/airshow-redgreenwhite.jpg | added |
src/mx-pics/choppers-mx.jpg | added |
src/mx-pics/flag-mx-sept-2016.jpg | added |
layouts/index.jade | ||
---|---|---|
@@ -5,16 +5,10 @@ | ||
5 | 5 … | a(href="/"): h1= title |
6 | 6 … | h2 Hi & welcome. This site reflects a living, breathing application built on a <a href="/dt-interview">distributed database called scuttlebot</a>. You might think of what you see on this site as a healthy response to what I view as unhealthy centralized social networking: |
7 | 7 … | |
8 | 8 … | div(class='message') |
9 | - p.small.ri pinned | |
10 | 9 … | img(src='https://evbogue.com/ws/blobs/get/#{image}' class='avatar') |
11 | 10 … | p <a href='/' target='_parent'>@#{name}</a> |
12 | - != markdown(pinned.value.content.text) | |
13 | - span.date #{moment(pinned.value.timestamp).fromNow()} | |
14 | - div(class='message') | |
15 | - img(src='https://evbogue.com/ws/blobs/get/#{image}' class='avatar') | |
16 | - p <a href='/' target='_parent'>@#{name}</a> | |
17 | 11 … | != markdown(post.value.content.text) |
18 | 12 … | span.date #{moment(post.value.timestamp).fromNow()} |
19 | 13 … | div(class='message') |
20 | 14 … | img(src='https://evbogue.com/ws/blobs/get/#{image}' class='avatar') |
layouts/photos.jade | ||
---|---|---|
@@ -1,12 +1,10 @@ | ||
1 | 1 … | extends layout |
2 | - | |
3 | 2 … | block content |
4 | 3 … | |
5 | 4 … | h2 #{title} |
6 | 5 … | ul |
7 | 6 … | each photos in collections.photos |
8 | 7 … | li |
9 | 8 … | a(href="/" + photos.path + "/")= photos.title |
10 | 9 … | span - #{moment(blog.date).format('MMMM Do YYYY')} |
11 | - div!= contents | |
12 | 10 … |
src/mx-2016.md | |||
---|---|---|---|
@@ -1,0 +1,14 @@ | |||
1 … | +--- | ||
2 … | +title: Mexico City September 2016 | ||
3 … | +date: 2016-09-06 | ||
4 … | +collection: blog | ||
5 … | +layout: photos.jade | ||
6 … | +--- | ||
7 … | + | ||
8 … | +Photos from the _Dia de la Independencia_ airshow in Mexico City, September 16, 2016. | ||
9 … | + | ||
10 … | +<img src="/mx-pics/airshow-redgreenwhite.jpg" class="profile full"> | ||
11 … | +<img src="/mx-pics/choppers-mx.jpg" class="profile full"> | ||
12 … | +<img src="/mx-pics/flag-mx-sept-2016.jpg" class="profile full"> | ||
13 … | + | ||
14 … | +--- |
src/mx-pics/airshow-redgreenwhite.jpg |
---|
src/mx-pics/choppers-mx.jpg |
---|
src/mx-pics/flag-mx-sept-2016.jpg |
---|
Built with git-ssb-web