jekyll-garden.github.io icon indicating copy to clipboard operation
jekyll-garden.github.io copied to clipboard

Linking to notes from home page

Open evandroamparo opened this issue 2 years ago • 4 comments

When I reference a note from the home page the link becomes baseurl/@ which is a 404.

The interesting part is that that pop-up shows the contents of the linked note.

From /notes I can see the notes list with the right link, /note/[name].

I moved the deployment to Netlify to avoid the subpath in GH pages but it still doesn't work.

Both url and baseurl are empty

evandroamparo avatar Oct 03 '23 14:10 evandroamparo

same issue, does anyone have a solution 🤠

FergalHennessy avatar Jan 10 '24 13:01 FergalHennessy

When I reference a note from the home page the link becomes baseurl/@ which is a 404.

The interesting part is that that pop-up shows the contents of the linked note.

From /notes I can see the notes list with the right link, /note/[name].

I moved the deployment to Netlify to avoid the subpath in GH pages but it still doesn't work.

Both url and baseurl are empty

After looking through resolved issues, this is likely a duplicate of https://github.com/Jekyll-Garden/jekyll-garden.github.io/issues/19 . Adding the line "future: true" to _config.yml fixed the issue for me.

FergalHennessy avatar Jan 10 '24 14:01 FergalHennessy

It didn't work for me

https://github.com/evandroamparo/dev-log/commit/2e1908f5465d168a849f9a8f272f1d8e53f1b203

evandroamparo avatar Jan 11 '24 01:01 evandroamparo

@evandroamparo : You mean adding a link to random note using [[filename]] from homepage.html ? I had the similar requirement (https://hiran.in) but I used HTML offer design coaching` instead of bi-link as the page is not an obsidian markdown.

Give me more context about the problem. I will go through the same.

hfactor avatar Feb 12 '24 08:02 hfactor