Hello,
This is my Machine Learning blog in Vietnamese:
https://machinelearningcoban.com/
Install Ruby + Bundler
brew install ruby
gem install bundlerClone the repository
git clone https://github.com/tiepvupsu/tiepvupsu.github.io.git
cd tiepvupsu.github.ioInstall Jekyll / GitHub Pages dependencies
bundle installServe the site locally (Production mode)
JEKYLL_ENV=production bundle exec jekyll serve --baseurl=""Then open http://localhost:4000