Render by Hugo.
Install Hugo
brew install hugo
Add Post
hugo new post/new-post.mdLocal Test
makeInstall dependency
go mod tidyBuild
make build_og_genGenerate image
og_gen <post-file>
# for example
og_gen content/posts/2023-10-14-dry-initializer-gem.mdOutput
2023/12/11 00:44:35 postTitle: dry-initializer 介紹
2023/12/11 00:44:35 OG Image Save to: static/images/2023-10-14/dry-initializer-gem.pngWe can set the image to the post meta
images:
- images/2023-10-14/dry-initializer-gem.png