Skip to content
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.

Commit

Permalink
Merge pull request #156 from trailimage/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Jason-Abbott committed Sep 6, 2019
2 parents 6cdb3fa + 88454b3 commit 6b2de58
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ dist/
lib/
public/js/maps/
.vscode/chrome/
yarn-error.log
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.2.1

- Update dependencies and copyright date

## 4.2.0

- Improve layout for mobile
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
[![Build Status](https://travis-ci.org/Jason-Abbott/trail-image.svg?branch=master)](https://travis-ci.org/Jason-Abbott/trail-image)
[![Build Status](https://travis-ci.org/trailimage/blog.svg?branch=master)](https://travis-ci.org/trailimage/blog)
[![David](https://david-dm.org/Jason-Abbott/trail-image.svg)](https://david-dm.org/Jason-Abbott/trail-image)


# Purpose

Require minimal effort to publish photo blog entries while avoiding lock-in. No data or content is lost if the site goes offline.

# Design

### Overview

Leverage Lightroom's Flickr plugin and the Flickr API such that pressing "Publish" on a set of photos in Lightroom immediately creates a blog page with the ordered set of images arranged above their EXIF descriptions.

### Technical
![Data Diagram](https://docs.google.com/drawings/d/1WBvWdW-vs6kReRAH_cVzMa6yvNkgkcK-czY-aRfD-9Y/pub?w=960&h=720)

![Data Diagram](https://docs.google.com/drawings/d/1WBvWdW-vs6kReRAH_cVzMa6yvNkgkcK-czY-aRfD-9Y/pub?w=960&h=720)
2 changes: 1 addition & 1 deletion views/partials/footer.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<footer class="page content">
<p class="rights"><strong>Text, images and video are &#169; Copyright 2018 Jason Abbott. All Rights Reserved.</strong></p>
<p class="rights"><strong>Text, images and video are &#169; Copyright 2019 Jason Abbott. All Rights Reserved.</strong></p>
<p>Topographic background courtesy of the <a href='http://motoidaho.com/'>Idaho Adventure Motorcycling Club</a></p>
<p>Maps are &#169; Copyright <a href="https://www.mapbox.com/about/maps/">Mapbox</a>
and &#169; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>
Expand Down

0 comments on commit 6b2de58

Please sign in to comment.