sokil/photo-gallery

This package is abandoned and no longer maintained. No replacement package was suggested.

Photo Gallery based on XML configs

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 3

Type:project

pkg:composer/sokil/photo-gallery

1.1.0 2018-06-03 14:17 UTC

README

Installation

$ composer create-project sokil/photo-gallery
$ cd photo-gallery
$ npm install
$ grunt

Configure images

Configure images in ./configs/imageList.xml:

<?xml version="1.0"?>
<images>
    <image
        src="filename.png"
        slug="addressInUri"
        title="Image Title"
        description="Image description"
    />
</images>

Add images to ./public/photo/web/ and ./public/photo/mob/ for desktop and mobile versions.