InnerSourceCommons / archive.innersourcecommons.org

The old version of the ISC site
Creative Commons Attribution Share Alike 4.0 International
40 stars 29 forks source link

Add support for Jekyll Relative Links #119

Open dellagustin opened 4 years ago

dellagustin commented 4 years ago

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 commented 4 years ago

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