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)
[[xxx.png]]
-> ![xxx.png](/${static_dir}/xx.png)
blog_tag
,hugo_site
...tags
in obsidian's md as ${blog_tag}
hugo sync
button or run cmd Hugo Publish: Sync blog
hugo server
to check it