You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you use a Markdown link to point to a parent folder, as in the case of the file contenu/modèles/open-education.md, which would point to the file ressources.md at the root with this link :
[Liste des ressources](/ressources.md)
Conversion problem with Jekyll and Github page, which does not convert the link into html, and will download a markdown file from a deployed site instead of displaying a web page.
Current solution: You can use a link directly with [link](/file.html), which will allow navigation from the site, but will break the navigation on the raw mardown.
Research:
Perhaps the problem could be solved with the Jekyll configuration, but nothing conclusive as I write. The "jekyll-relative-links" plugin, which is already enabled in _config.yml, is supposed to allow the use of a relative path (type ../../file.md), but the tests I've done don't work 🤷
AbcSxyZ
changed the title
Jekyll erreur conversion extension mardown en html des dossiers parents
Jekyll error converting mardown extension to html for parent folders
Oct 11, 2023
When you use a Markdown link to point to a parent folder, as in the case of the file
contenu/modèles/open-education.md
, which would point to the fileressources.md
at the root with this link :Conversion problem with Jekyll and Github page, which does not convert the link into html, and will download a markdown file from a deployed site instead of displaying a web page.
Current solution: You can use a link directly with
[link](/file.html)
, which will allow navigation from the site, but will break the navigation on the raw mardown.Research:
Perhaps the problem could be solved with the Jekyll configuration, but nothing conclusive as I write. The "jekyll-relative-links" plugin, which is already enabled in
_config.yml
, is supposed to allow the use of a relative path (type../../file.md
), but the tests I've done don't work 🤷Deploying a site with Github Pages without a custom domain name for a fork will certainly require a Jekyll config for
baseurl
andurl
, see: https://mademistakes.com/mastering-jekyll/site-url-baseurl/The text was updated successfully, but these errors were encountered: