Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 633 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 633 Bytes

milestone.github.io

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

Start with: jekyll serve --force_polling [--incremental] [--drafts] on BashOnWindows to enable live rebuild, aka --watch

Install 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