This converts Obsidian style Markdown into a Website (or markdown)
Just do a git clone
on the repo
then go into the directory
mix deps.get
Then run this command to convert an Obsidian folder into a static website:
mix dir_to_html "~/My-Obsidian-Vault" "~/website_folder" "http://my-website.github.io" "My Website Name"
This is yet un-published, but you can look at the lib/obs_to_md.ex
file.