- next 13.4+
- node v18+
- npm v9.5+
- tailwind v3.3+
yarn install
yarn run dev
yarn run build
- Add your profile image to
public/images/
directory, remember the file name. - Change url in
src/content/authors/
directory, the file name should be your name. - If any information field is left blank, then it will not be displayed on the website.
Blog image should be added to public/images/blog
directory, remember the filepath. It's recommended to have a folder for each blog post to better file management. When invoke these images, format as follows:
![Image Title](/images/blog/post/image.png)