Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

ubunchuu-truong-us/old.ubunchuu-truong-us.github.io

Repository files navigation

Ubunchuu Trường Ú Blog

npm version github pages pages-build-deployment

logo

Welcome to the ubunchuu-truong-us blog, built with Hugo and Doks.

Contributing

For any UI/UX contributions, please open an issue first to discuss what you would like to change, figma if possible.

To contribute to the blog, follow these steps:

  1. Write your blog post in the ./content/en/docs/ folder on a new branch. (for example: feature/content-my-new-post)
git checkout -b feature/content-my-new-post
cd ./content/en/docs/
  1. Install the dependencies by running:
npm install
  1. Start the development server (will live reload with port 1313)
npm run start
  1. Make your changes and test them locally.
  2. Open a pull request on your branch to submit your changes.

🎉 Happy blogging!