Skip to content
This repository has been archived by the owner on Mar 20, 2021. It is now read-only.

Add support for Jekyll Relative Links #119

Open
dellagustin opened this issue Mar 9, 2020 · 1 comment
Open

Add support for Jekyll Relative Links #119

dellagustin opened this issue Mar 9, 2020 · 1 comment
Labels
website Things revolving around our website

Comments

@dellagustin
Copy link
Contributor

Reasoning

When pages are generated from Markdown content, users (including me) expect that links to relative md files (i.e. [some text](./other-file.md) will automatically be converted to links to the rendered page corresponding to the linked file.

Turns out that Jekyll does not support this out of the box.

Consequence

Without support for relative linking to other files, there are two options:

Proposed solution

Add the Jekyll Relative Links

@rrrutledge
Copy link
Collaborator

That's a great idea! It looks like it's supported by GitHub pages, too!

@lenucksi lenucksi added the website Things revolving around our website label Mar 13, 2020
lenucksi added a commit that referenced this issue Mar 17, 2020
…e videos. (#126)

* Solves #119 by adding the links to the articles below the videos.

* Update resources/learningpath/index.md

Co-Authored-By: rrrutledge <[email protected]>

Co-authored-by: rrrutledge <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
website Things revolving around our website
Projects
None yet
Development

No branches or pull requests

3 participants