Skip to content

Commit

Permalink
Updated ReadMe with new sample site location, and updated footer link
Browse files Browse the repository at this point in the history
  • Loading branch information
brggs committed Sep 5, 2019
1 parent 8f73e9b commit 7662874
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 10 deletions.
27 changes: 18 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,40 @@
Simplicity for Lightroom
========================
# Simplicity for Lightroom

Simplicity is a web gallery plug-in for Adobe Lightroom. It allows you to quickly create a simple porfolio website from a collection of images.
Simplicity is a web gallery plug-in for Adobe Lightroom. It allows you to quickly create a simple portfolio website from a collection of images.

See [http://www.andrewbriggsphotography.co.uk/simplicity/](http://www.andrewbriggsphotography.co.uk/simplicity/) for a demo.
See [https://simplicity-lightroom-demo.netlify.com/](https://simplicity-lightroom-demo.netlify.com/) for a demo.

Note this was developed for version 5 of Lightroom, and as such may not be compatible with later versions.

Please [drop me an email](mailto:[email protected]) if you have any comments or feedback.

###Features
## Features

- Thumbnail view, with pop-up full view showing the image title
- Social links
- Allows filtering the view by tag
- Lazy loading of images when they scroll into view

###Installation
## Installation

1. Download the plug-in.
1. Extract the files from the zip
1. Copy the simplicity-gallery-v1.lrwebengine folder to your the Lightroom folder within your user profile. For example: C:\Users\User\AppData\Roaming\Adobe\Lightroom\Web Galleries\
1. Run Lightroom, then go to the Web module. Simplicity Gallery should be displayed as an option in the menu in the top right corner.

###Usage Notes
## Usage

1. Run Lightroom, then create a collection containing the photos you'd like to include in the portfolio
1. Go to the Web module, select Simplicity Gallery from the menu in the top right corner
1. Configure the site as required
1. Click export, and provide a name for the directory where the site will be created

### Notes

- **The preview doesn't work properly as Lightroom seems to have a rather out of date browser.** Don't worry, the end result will look fine.
- For a title to be shown in the full view, it must be set in the metadata for the image. This can be done in the Library module.

###Credits
## Credits

Simplicity for Lightroom makes use of the following:

- [Isotope](http://isotope.metafizzy.co/)
Expand Down
2 changes: 1 addition & 1 deletion simplicity-gallery-v1.lrwebengine/index.html.lp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@

<div class="footer">
<p>
Photography &copy; $model.metadata.copyright - Powered by <a href="http://brggs.github.io/Simplicity-for-Lightroom" title="Simplicity for Lightroom" target="_blank">Simplicity for Lightroom</a>
Photography &copy; $model.metadata.copyright - Powered by <a href="https://github.com/brggs/Simplicity-for-Lightroom" title="Simplicity for Lightroom" target="_blank">Simplicity for Lightroom</a>
</p>
</div>

Expand Down

0 comments on commit 7662874

Please sign in to comment.