Hello everyone,
I would like to use Obsidian as a CMS and publish it on a Hugo website hosted on GitHub Pages, either directly from my vault or from a specific folder.
Can we use Obsidian’s internal links ([[Note]]) with Hugo?
Do you know any good plugins to make this work, common mistakes to avoid, and how you’ve organized your setup?
Also, what did you use before, and did you switch to a better solution later on?
Thanks in advance for your feedback and experience!
Hi, I’ve recently gone back to publishing a blog using Obsidian. I use a (somewhat dated) Jekyll-now/GitHub pages combo. See GitHub - barryclark/jekyll-now: Build a Jekyll blog in minutes, without touching the command line..
I have a section of my main vault in which I prepare my blog but when it comes to publication I use a PowerShell script which just moves the pages and images over to a separate Git repo, which I then push to GitHub. It all works nice and easy, I set it up about 4 years ago but came back to it last week, and it was trivial to get back to it (I just had to change the location of the publication repo in the PowerShell script since I’d moved things around).
I think Jekyll expects links to be of the [description](link) form, rather than the standard [[Note]] form but that’s not really a major problem.
Minor edit for link