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

sokil/PhotoGallery

Repository files navigation

Photo Gallery

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.