timfanda35 / timfanda35.github.io

Bear Su's blog

Home Page:https://blog.bear-su.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bear Su's Blog

Render by Hugo.

Install Hugo

brew install hugo

Add Post

hugo new post/new-post.md

Local Test

make

Generate OG Image

Install dependency

go mod tidy

Build

make build_og_gen

Generate image

og_gen <post-file>

# for example
og_gen content/posts/2023-10-14-dry-initializer-gem.md

Output

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.png

We can set the image to the post meta

images:
  - images/2023-10-14/dry-initializer-gem.png

About

Bear Su's blog

https://blog.bear-su.dev


Languages

Language:HTML 53.7%Language:Go 23.3%Language:CSS 22.6%Language:Makefile 0.4%