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

Allow user to set homepage to a section #99

Open
rikhuijzer opened this issue Apr 20, 2021 · 2 comments
Open

Allow user to set homepage to a section #99

rikhuijzer opened this issue Apr 20, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@rikhuijzer
Copy link
Collaborator

By default, the homepage is not visible in the menu. However, if a user includes useful information on the homepage (which is also added to the offline outputs like PDF via include_homepage_outside_html), the user probably also wants that page to be accessible via a button in the menu.

Basically, this means that the homepage headers needs to be added to the menu and that clicking the button will move the user towards the homepage /. Alternatively, maybe it is easier to add a redirect from the homepage to the first page from contents, which might be slower and therefore not so good.

@rikhuijzer
Copy link
Collaborator Author

This is not really a priority because we need to put the PDF link somewhere anyway.

@rikhuijzer rikhuijzer added the enhancement New feature or request label Apr 21, 2021
@rikhuijzer
Copy link
Collaborator Author

This is not really a priority because we need to put the PDF link somewhere anyway.

Could be done via

```{=html}
You can download the PDF _here_.
```

An easy way could be to just copy the first html page to index.html.

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

No branches or pull requests

1 participant