This plugin helps you publish hugo blog through obsidian.
This plugin will convert the .md file and related images in obsidian to the hugo site dir.
Conversion includes:
[[link.com]] -> [link.com](link.com)[[link.com|alias-text]] -> [alias-text](link.com)![[xxx.png]] -> ![[xxx.png|200*100]] -> blog_tag,hugo_site...tags in obsidian's md as ${blog_tag}hugo sync button or run cmd Hugo Publish: Sync bloghugo server to check it