Homecat805 / hugo-theme-walden

A hugo theme for personal website.
MIT License
11 stars 7 forks source link

cannot insert a photogallery in a post #1

Open henry63 opened 1 year ago

henry63 commented 1 year ago

Being a hugo newbie, I try naively to use a photogallrey theme in a post element - and it does not work.

I use hugo-shortcode-gallery I created a portfolio top directory with a subdirectory foer each portfolio each portfolio has an images/ dir, and an index.md file. The index.md is as follows

---
author: "Me"
title: "Abécédaire banal"
date: "2022-01-18"
---
En 2021, avec les membres de l'association « French Pinhole Center ", nous nous sommes lancé le défi ce … numérique.

{{< gallery match="images/*" sortOrder="desc" rowHeight="150" margins="5" thumbnailResizeOptions="600x600 q90 Lanczos" showExif=true previewType="blur" embedPreview=true loadJQuery=true >}}

THe text is rendered, but the gallery code is ignored. I cannot understand wy.

Homecat805 commented 1 year ago

Hi henry, sorry for reply later. I tested the component of gallery, it does not work too. I try to read its code, when I got it, I will reply to you. Thanks.

henry63 commented 1 year ago

Thank you !

henry63 commented 11 months ago

Did you managed to find the issue ?

henry63 commented 10 months ago

REcent update to hugo-shortcode-gallery seems to fix the issue.