Replies: 4 comments
-
Hello @wilmhit, Could you point me to the site and the forked theme repo? |
Beta Was this translation helpful? Give feedback.
-
Unfortunately the live site is down due to covid restrictions in my country, but site repo is here. |
Beta Was this translation helpful? Give feedback.
-
As far as I can see, what you would like to have is a Lightbox-Gallery (example). Some advice: Forking/Copying a project like you did is a good way to customize everything, but I think it makes future upgrades hard. I suggest that you migrate the theme to the new version without manually copying it and use a git submodule instead. You can then e.g. use the new section-loading mechanism to add new layouts that are considered in the navbar. In your case, you would e.g. add |
Beta Was this translation helpful? Give feedback.
-
FYI: I converted this to a discussion. |
Beta Was this translation helpful? Give feedback.
-
I use Osprey Delight on my commercial website. There are some features i needed to add/modify, so I did that. One of the features I modified was gallery. My version is just picture gallery it works like that:
I think it would be really beneficial to add this feature to theme, since it probably is popular use case. In best-case scenario theme would auto-detect if
content/gallery/*.md
files have actual content. Other scenario would be just adding flag inconfig.yaml
.I won't open pull request with what I currently have, because my version overrides default one, is based on v3 and doesn't work perfectly on all screen sizes.
Beta Was this translation helpful? Give feedback.
All reactions