Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Categories? #7

Open
site-ox opened this issue Apr 29, 2016 · 2 comments
Open

Categories? #7

site-ox opened this issue Apr 29, 2016 · 2 comments

Comments

@site-ox
Copy link

site-ox commented Apr 29, 2016

Is there a way to create categories, or have multiple galleries?

@dpilafian
Copy link
Member

This feature does not exist yet, but it definitely should. The trick will be to add the feature in a way that keeps the UI simple and intuitive.

@dpilafian
Copy link
Member

dpilafian commented Apr 30, 2016

The workaround is to install separate galleries (it's an ugly hack). Create a folder called gallery on your website to hold multiple galleries. Then create a landing page with a link to each gallery.

Example HTML (gallery/index.html):

<h2>Galleries</h2>
<a href=exploring-morocco>
   <figure>
      <img src=exploring-morocco/~data~/portfolio/035-small.png alt=Thumbnail>
      <figcaption>Exploring Morocco</figcaption>
   </figure>
</a>
<a href=colorful-thailand>
   <figure>
      <img src=colorful-thailand/~data~/portfolio/012-small.png alt=Thumbnail>
      <figcaption>Colorful Thailand</figcaption>
   </figure>
</a>

I did this for my travel photo galleries at: https://pilafian.com/dem/#travel-photos

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants