64bitpandas / amethyst

📓 obsidian-compatible notes theme for hugo, built from quartz and hugo-book
https://amethyst.bencuan.me
MIT License
116 stars 96 forks source link

Unable to display Backlinks #4

Open Mantyke opened 11 months ago

Mantyke commented 11 months ago

I am encountering an issue where I am unable to display Backlinks on my website. The Backlinks feature is not functioning as expected, and I have followed the necessary steps to set it up correctly.

Steps to Reproduce:

go install github.com/jackyzha0/hugo-obsidian@latest
make serve

output

[DONE] in 31ms
Ignored 0 private files
Parsed 78 total links
Removed 47 external and non-markdown links
hugo server --enableGitInfo --minify --bind=0.0.0.0 --baseURL=http://localhost --port=1313 --appendPort=true

Expected Behavior: The page should display the list of Backlinks, showing the other pages that link to it.

Actual Behavior: The page does not display any Backlinks even though there are other pages linking to it.

Additional Information: The link format I am using is: 1.[A link to the config page](setup/config.md) 2.[[example/collapsed/3rd-level/4th-level|4th-level]](The link automatically inserted by Obsidian after inputting "[[" )