Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 707 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 707 Bytes

milestone.github.io

My personal blog available @ https://milestone.topics.it

Either install Jekyll locally or use VS Code Dev Containers. Once installed, start with:

jekyll serve --watch --force_polling --verbose --livereload --incremental [--drafts]

How to run locally using Jekyll on Windows Linux Subsystem (Ubuntu)

Get Ubuntu up to date and install Ruby

sudo apt-get update -y && sudo apt-get upgrade -y
sudo apt-get install -y build-essential ruby-full

update ruby gems and install Jekyll

sudo gem update –-system
sudo gem install jekyll bundler
sudo gem install jekyll-sitemap
sudo gem install jekyll-redirect-from