2017 © Pedro Peláez
 

project photo-gallery

Photo Gallery based on XML configs

image

sokil/photo-gallery

Photo Gallery based on XML configs

  • Friday, June 8, 2018
  • by sokil
  • Repository
  • 1 Watchers
  • 2 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Photo Gallery

Installation

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

Configure images

Configure images in ./configs/imageList.xml:, (*1)

<?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., (*2)

The Versions