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

โ–ถ๏ธ Open-source ubunchuu-truong-us linux documentation. Built with ๐Ÿ’š and built for easy contribution ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป.
https://ubunchuu-truong-us.github.io/
10 stars 0 forks source link
docusaurus linux-documentation

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!