This is my personal Blog https://huydq.dev.
It's build by Hugo + PaperMod theme.
Documentation: https://gohugo.io/documentation
Variables | Front Matter: https://adityatelange.github.io/hugo-PaperMod/posts/papermod/papermod-variables
Block code with highlight lines (can highlight multiple sections):
```react {hl_lines=["6-8"]}
export const api = createApi({
...
endpoints: (builder) => ({
login: builder.mutation(...),
getUsers: builder.query({
query: () => `users`,
}),
}),
...
}
```
Link to outside page:
{{< link link="" text="" >}}
Image with caption:
{{< figure src="/images/anh.jpg" alt="" title="" >}}
Video:
{{< video src="" >}}