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