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

Build non-pages pages too in HTMLWriter #1047

Merged
merged 6 commits into from
Jun 30, 2019
Merged

Build non-pages pages too in HTMLWriter #1047

merged 6 commits into from
Jun 30, 2019

Conversation

mortenpi
Copy link
Member

They can then be reached via their URL, which is determined from the filename, as for the other pages. But they will not show up in the sidebar nor in the bottom navigation.

If there is no filter applied, these pages may still show up in an at-contents block. In fact, this actually fixes a bug where, in the HTML output, an at-contents block would list such pages, even though the writer does not produce any .html files, leading to broken links in the output.

My use case is to have hidden draft pages (that I actually want to use for my GSoC blog).

Close #1031.

@mortenpi mortenpi added this to the 0.23.0 milestone Jun 28, 2019
They can then be reached via their URL, which is determined from the
filename, as for the other pages. But they will not show up in the
sidebar nor in the bottom navigation.

If there is no filter applied, these pages may still show up in an
at-contents block. In fact, this actually fixes a bug where, in the HTML
output, an at-contents block would list such pages, even though the
writer does not produce any `.html` files, leading to broken links in
the output.
Project.toml Outdated Show resolved Hide resolved
@mortenpi mortenpi merged commit 7c0f49f into master Jun 30, 2019
@mortenpi mortenpi deleted the mp/allpages branch June 30, 2019 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rendering of pages not in pages
2 participants