Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

mode name
-rw-r--r-- README.md
-rw-r--r-- ablumTeaser.hbs
-rw-r--r-- analytics.hbs
-rw-r--r-- content.hbs
-rw-r--r-- coverItem.hbs
-rw-r--r-- footer.hbs
-rw-r--r-- mediaItems.hbs
-rw-r--r-- modal-window.hbs
README

@thumbsup/theme-card-flow

NPM Travis CI

Information for templates

  • content.hbs template to render the content (gallery teaser, album and media items)

  • galleryHeader-home.hbs template to render the header if no cover item is present.

  • galleryHeader.hbs template to render the header if the cover item is present.

  • coverItem.hbs the first mediaitem (foto) is used to render the gallery- or album cover teaser. if the exif autor properties is set, the cover teaser will be rendered.

    {{!--  cover teaser for the home page   --}}
    {{#compare album.depth '==' 0}}
        {{#compare album.files.length '==' 1}}
            <pre>
                Headline:         {{gallery.title}}
                Autor:            {{album.files.0.meta.exif.Artist}}
                Avatar:           {{album.files.0.meta.exif.Copyright}}
                Description:      {{album.files.0.meta.exif.ImageDescription}}
                Link:             {{album.files.0.meta.exif.DocumentName}}
            </pre>
        {{/compare}}
    {{/compare}}
  • albumteaser template to render the album teaser for the selected gallery.

  • mediaItems.hbs template to render the foto and video items

  • footer.hbs template to render the page footer elements.

  • analytics.hbs add information for analytics, not used at this moment.