Giter VIP home page Giter VIP logo

kirby-gallery's Introduction

Kirby Gallery

A gallery plugin for Kirby 2 that uses Zurb Foundation.

Installation

  1. Place gallery.php in your site/plugins directory.
  2. Place site/blueprints/gallery.php in your site/blueprints directory.

Not Using Foundation?

If you are not already using Foundation, there are a couple additional steps:

  1. Place foundation.css in your asstes/css directory.
  2. Place the contents of assets/js in your assets/js directory.
  3. In your snippets/header.php include:
<?php echo css("assets/css/foundation.css") ?>
<?php echo js("assets/js/vendor/modernizr.js") ?>`
  1. In your snippets/footer.php include:
  <?php echo js("assets/js/vendor/jquery.js") ?>
  <?php echo js("assets/js/foundation.min.js") ?>
  <script>
    $(document).foundation();
  </script>

Usage

Create a child page using the Gallery template and add images.

Show a gallery on a page using <?php echo getGallery($page, $galleryUri) ?>

Replace $galleryUri in the example above with the URI of the gallery page.

To Do

  • create a Kirby Tag so that galleries can be added with (gallery: uri).

kirby-gallery's People

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.