Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 612 Bytes

File metadata and controls

32 lines (23 loc) · 612 Bytes

Hello,

This is my Machine Learning blog in Vietnamese:

https://machinelearningcoban.com/

Running tiepvupsu.github.io Locally on macOS (Jekyll + GitHub Pages)

Install Ruby + Bundler

brew install ruby
gem install bundler

Clone the repository

git clone https://github.com/tiepvupsu/tiepvupsu.github.io.git
cd tiepvupsu.github.io

Install Jekyll / GitHub Pages dependencies

bundle install

Serve the site locally (Production mode)

JEKYLL_ENV=production bundle exec jekyll serve --baseurl=""

Then open http://localhost:4000