Bug in applying custom layout to pages theme #178671
Replies: 2 comments 2 replies
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
Hi @lol-dungeonmaster 👋 Thanks for sharing the details! This doesn’t appear to be a bug, but rather a limitation related to Jekyll builds on GitHub Pages. The version used by branch builds is older and may not support some of the configurations or custom layouts you’ve implemented. To resolve this, I recommend building your site using a GitHub Actions workflow - this allows you to use the same Jekyll version you run locally, ensuring consistent results and theme behavior. You can find more details about this approach here: Hope it helps! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Bug
Body
There's a bug in applying a custom layout on pages. I had added a navigation panel to hacker theme which works perfectly locally. However when deployed to pages the navigation panel does not appear, and is not in the generated html. Only locally does it work.
I tried with/without remote-themes. Any suggestions or is it a bug?
tested with: https://github.com/lol-dungeonmaster/THaTWoIV-concept-art
Beta Was this translation helpful? Give feedback.
All reactions