This is static site based jekyll that contains information shared by Uzbekistan people living in Korea.
Fork
the repository- Add new article with create file with a name
date-title.md
in_posts
- Test locally
- Push and create pull request
⚠️ Do NOT directly modifygh-pages
branch, it is deployed whenmain
branch is modified.
In order to test your changes locally you need to install jekyll, and run following command.
bundle exec jekyll serve
If you have docker, you may run jekyll in docker container. First you need to pull jekyll docker image.
docker pull jekyll/jekyll
Then, you may run following script
./docker-jekyll-serve.sh
Visit http://localhost:4000 on your browser