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

Lazy loading / tree shaking #10

Open
funkybob opened this issue May 12, 2019 · 1 comment
Open

Lazy loading / tree shaking #10

funkybob opened this issue May 12, 2019 · 1 comment

Comments

@funkybob
Copy link
Owner

Whilst looking at a html5up theme, I realised sometimes you want content to be on hand, but not rendered as a page.

It may be possible to make this smoother by, instead of loading all pages and rendering them all, loading the index, and following any pages it links to.

This would require an explicit page-link mechanism.

@funkybob
Copy link
Owner Author

This would require a configurable of "entry points".
It would need to be plural, as some sites have "marketing landing pages" which are never referenced by other pages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant