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

theme: allow to be served by file:// protocol #349

Closed
McShelby opened this issue Oct 13, 2022 · 1 comment
Closed

theme: allow to be served by file:// protocol #349

McShelby opened this issue Oct 13, 2022 · 1 comment
Assignees
Labels
change Introduces changes with existing installations feature New feature or request
Milestone

Comments

@McShelby
Copy link
Owner

Serving the theme by file:// protocol requires uglyURLs=true and relativeURLs=true.

Sadly for the home page, this does not generate links to <mypath>/index.html but only <mypath>/. This makes the homepage inaccessible.

Furthermore, search can not load the required <mypath>/index.json.

There also may be further issues when using markdown links or the relref shortcode. This needs further examination.

@McShelby McShelby added the feature New feature or request label Oct 13, 2022
@McShelby
Copy link
Owner Author

McShelby commented Nov 1, 2022

Markdown links are not touched yet but may be part of a new ticket if this proves to be an issue.

@McShelby McShelby closed this as completed Nov 1, 2022
@McShelby McShelby added this to the 5.4.0 milestone Nov 1, 2022
@McShelby McShelby self-assigned this Nov 1, 2022
@McShelby McShelby added the change Introduces changes with existing installations label Nov 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
change Introduces changes with existing installations feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant