Hello World
· One min read
Celebrating the birth of my website.
Website Information
- This website is built using Docusaurus.
- The source code is hosted on GitHub.
- The website is hosted on GitHub Pages.
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.