We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hyde_links
base_url
Currently, the hyde_links config option is used directly in the template:
hyde/templates/index.html
Line 43 in e6df406
This is somewhat inconvenient when the site is not hosted at the root of the domain (for instance on github pages).
The 2 inconvenient I can see are:
Here are the options I can see of for the current behavior of the list:
https://...com/my/page
my/page
/my/page
I think it would be a good addition if it could be prefixed with the base_url or if there was a syntax to use base_url in the config.toml.
config.toml
Of course absolute links should still be available.
The text was updated successfully, but these errors were encountered:
We can maybe just use get_url ?
Sorry, something went wrong.
I just tested get_url and it looks like it does not handle external links.
get_url
No branches or pull requests
Currently, the
hyde_links
config option is used directly in the template:hyde/templates/index.html
Line 43 in e6df406
This is somewhat inconvenient when the site is not hosted at the root of the domain (for instance on github pages).
The 2 inconvenient I can see are:
Here are the options I can see of for the current behavior of the list:
https://...com/my/page
=> has to update everything on domain changemy/page
=> breaks on most pages/my/page
=> works well but not suitable if the hosing is not on the root and changesI think it would be a good addition if it could be prefixed with the
base_url
or if there was a syntax to usebase_url
in theconfig.toml
.Of course absolute links should still be available.
The text was updated successfully, but these errors were encountered: