Skip to content
Grav 2.0 is officially stable. Read the announcement →
Archive

How can I run a gallery in theme Photographer v1.4.0

Started by Muut Archive 10 years ago · 2 replies · 378 views
10 years ago

Hallo,
I have problems to make the gallery run in the theme Photographer v1.4.0.

This is, what I have done:
1 step: I installed mamp 3.5.1
2 step: Then I installed grav + admin as localhost.
3 step: I installed the theme "photographer" v1.4.0.
4 step: setup a page with page-template "gallery"

  1. Uploading some fotos
    ... But what do I have to do, that the gallery-page runs this fotos?

Thanks for tipps!
Rüdiger

10 years ago

This theme and the skeleton does not come with a blueprint, so in expert mode, add in frontmatter:

YAML
images:
    -
        filter: 'yourfilter'
        image: yourimage.jpg
        description: 'your description goes here'
    -
        filter: 'yourfilter'
        image: yourimage2.jpg
        description: 'your second description goes here'

And so on, for each image.

10 years ago

Thanks for the tipp! I got it now and the gallery shows some pictures.
ruediger

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 1357 9 years ago
Archive · by Muut Archive, 9 years ago
2 936 9 years ago
Archive · by Muut Archive, 9 years ago
2 4066 9 years ago
Archive · by Muut Archive, 9 years ago
1 2955 9 years ago
Archive · by Muut Archive, 9 years ago
3 1121 9 years ago