Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.63 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.63 KB

Ubunchuu Trường Ú Blog

Docusaurus Badge github pages Create and publish a Docker image

logo

Welcome to the ubunchuu-truong-us blog, built with 💚 and Docusaurus.

Contributing

Open in GitHub Codespaces

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 ./docs/ folder on a new branch. (for example: content/content-my-new-post)
git checkout -b content/content-my-new-post
cd ./docs/
  1. Install the dependencies by running:
yarn install
  1. Start the development server (will live reload on port 3000)
yarn start
  1. Make your changes and test them locally.
  2. Open a pull request on your branch to submit your changes.

🎉 Happy blogging!