Skip to content

mauroservienti/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

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

Releases

No releases published

Packages

No packages published

Languages