robinhuy / robinhuy.github.io

Personal Blog https://huydq.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Huydq.dev

This is my personal Blog https://huydq.dev.

It's build by Hugo + PaperMod theme.

Hugo

Documentation: https://gohugo.io/documentation

PaperMod

Variables | Front Matter: https://adityatelange.github.io/hugo-PaperMod/posts/papermod/papermod-variables

Special syntax & Short codes

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="" >}}

About

Personal Blog https://huydq.dev


Languages

Language:HTML 74.0%Language:CSS 13.2%Language:JavaScript 12.7%