/personal-website

Second version of my personal website

Primary LanguageCSS

Tomasz Gil website

Project of my personal website. Available soon on tomaszgil.pl

Instalation

  1. Install jekyll
gem install --no-ri --no-rdoc jekyll
  1. Install required dependencies
npm install
  1. Build the website
npm start

Server will run at localhost:3000.

Resources

Using a starter project including full setup for Jekyll, GulpJS, SASS, AutoPrefixer & BrowserSync prepared by Shane Osbourne