after hardcoding baseUrl (commit 8d21174b), thumbs are fine. Note that deploys of the demo site are handled by Netlify following this hugo command: cd exampleSite && hugo --gc --themesDir ../..
This needs improvement: thumbs should be displayed without hardcoding baseUrl, as it breaks the "One-click deploy" to Netlify feature.
I'm not familiar with Hugo baseUrl handling, help welcome!
Done, a demo is available here: https://hugo-theme-beautifulhugo.netlify.app/
But:
The Photoswipe gallery thumbnails are not shown without hardcoding
baseUrl
inconfig.toml
Details:
baseUrl
(commit 8d21174b), thumbs are fine. Note that deploys of the demo site are handled by Netlify following this hugo command:cd exampleSite && hugo --gc --themesDir ../..
This needs improvement: thumbs should be displayed without hardcoding
baseUrl
, as it breaks the "One-click deploy" to Netlify feature.I'm not familiar with Hugo baseUrl handling, help welcome!