Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single Page Demo for balloon layout not working #50

Closed
hrishikeshh opened this issue Sep 30, 2023 · 3 comments
Closed

Single Page Demo for balloon layout not working #50

hrishikeshh opened this issue Sep 30, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@hrishikeshh
Copy link

On the demonstration site here, the single-page view for the balloon layout is not working (click on it).

Moreover, when I try to recreate a balloon layout based on the structure given in the documentation and placing the necessary files in a sample '/about' folder, it gives this error while rendering. Source

image

Help will be appreciated. Thanks

@kaiiiz
Copy link
Owner

kaiiiz commented Sep 30, 2023

I've checked your website and found some misconfigured configs.

  1. balloon_resources should be /about instead of /content/about
  2. content/about/_index.md should be renamed to content/about/index.md (this is the bug that I'll resolve later. It should work fine for both _index.md and index.md after the fix)

@kaiiiz kaiiiz added the bug Something isn't working label Sep 30, 2023
@hrishikeshh
Copy link
Author

Thanks for the prompt reply @kaiiiz

  1. balloon_resources should be /about instead of /content/about

I was trying out for various paths (absolute and relative).

  1. content/about/_index.md should be renamed to content/about/index.md (this is the bug that I'll resolve later. It should work fine for both _index.md and index.md after the fix)

Renaming the _index.md as index.md solved this issue for now.

@kaiiiz
Copy link
Owner

kaiiiz commented May 25, 2024

Fixed in v3.0.0.

@kaiiiz kaiiiz closed this as completed May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants