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]]->- Auto write md's yaml header like: title,date,lastmod
- Complete the plugin settings:
blog_tag,hugo_site... - Set
tagsin obsidian's md as${blog_tag} - Click
hugo syncbutton or run cmdHugo Publish: Sync blog - Enter the hugo site dir to run
hugo serverto check it