On Sat, Oct 17, 2020 at 7:48 PM [email protected] <[email protected]> wrote:
> > Hi! > > nikola newb here - I'm enjoying what I've been able to do so far, but I > seem stuck, and couldn't figure out from the docs what to try. > > I'd like to be able to have a different gallery appear in each blog post - > and have the post display the thumbnails. All I have been able to achieve > is generate clickable links to galleries ... which is not quite what I > really would like. > > Am I missing something obvious? (Quite probable.) Or does anyone have any > suggestions? > If you want to embed a gallery in a post: * Create the gallery (it's just a folder with images in it, by default they are in galleries/) * In the post, what you can use depends on what markup you are using but for example if you are using markdown you can use something like the gallery shortcode plugin: https://plugins.getnikola.com/v8/gallery_shortcode/ So, if your gallery is in galleries/foo and you have the shortcode installed, you can embed the gallery by adding {% gallery foo %} in your post. > -- > You received this message because you are subscribed to the Google Groups > "nikola-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/nikola-discuss/e99e8577-29eb-4bb4-a4a6-6cc010360b0dn%40googlegroups.com > <https://groups.google.com/d/msgid/nikola-discuss/e99e8577-29eb-4bb4-a4a6-6cc010360b0dn%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "nikola-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nikola-discuss/CALXDAfqNccyS8rNBO_8TZRxnTQqZ3K6dVCMT_qA%2B%3D1mTwd22Rg%40mail.gmail.com.
