dsrkafuu / hugo-theme-fuji

A minimal Hugo theme with nice theme color. | 一个主题色极简 Hugo 主题。
https://github.dsrkafuu.net/hugo-theme-fuji/
Apache License 2.0
366 stars 97 forks source link

image shortcodes missing #37

Closed theapiarist closed 4 years ago

theapiarist commented 4 years ago

../Fuji/layouts/shortcodes only contains img-lazy.html ... docs indicate there should be img-nz and img-nz-lazy as well. Using these shortcodes causes a build error:

/blah/blah/01/triffids.md:27:1": failed to extract shortcode: template for shortcode "img-nz-lazy" not found

25 26 27 28 | {{< img-nz-lazy "Alt text" "/Screenshot-2019-01-12-17.11.54.png" >}}

Hugo Static Site Generator v0.73.0/extended darwin/amd64 BuildDate: unknown

This may be my inexperience with Hugo and shortcodes ...

dsrkafuu commented 4 years ago

Oh, it was my fault. The zoomable image depends on medium-zoom which once had some compatibility issues with the dark mode. So the codes for medium-zoom were removed at that time. I have fixed it but forgot to bring the zoomable image back in so I'll make it work in the next few days. 😂

theapiarist commented 4 years ago

With thanks. I’ll look forward to it. Thanks for your work on the theme. D.

On 7 Jul 2020, at 13:55, DSRKafuU notifications@github.com wrote:

Oh, it was my fault. The zoomable image depends on medium-zoom which once had some compatibility issues with the dark mode. So the codes for medium-zoom were removed at that time. I have fixed it but forgot to bring the zoomable image back in so I'll make it work in the next few days. 😂

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/amzrk2/hugo-theme-fuji/issues/37#issuecomment-654837123, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMZJKYOVVRXYUNWL5RXIV3TR2MLLHANCNFSM4OSYVSUQ.

dsrkafuu commented 4 years ago

Shortcodes should now work correctly🧐 Try update the theme