Skip to content

lailabougria/milestone.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • HTML 99.6%
  • Other 0.4%