Skip to main content

Hello World

· One min read
JYYYEUNG
The author of this website

Celebrating the birth of my website.

Website Information

Initialization Steps

I like to use pnpm to initialize the project.

pnpm create docusaurus

It will ask you a few questions to initialize the project.

  • Name of the site: jyyyeung.github.io
  • Choose the default theme of Docusaurus (selection): classic
  • JavaScript or TypeScript (selection): TypeScript

This will create a new directory called jyyyeung.github.io and install the necessary dependencies.

Then, I pushed the project to GitHub.

Done.