# Start Bootstrap Stylish Portfolio Theme adapted for Jekyll [Stylish Portfolio](https://startbootstrap.com/theme/stylish-portfolio) is a theme for [Jekyll](https://jekyllrb.com) adapted from the [Bootstrap](https://getbootstrap.com/) based theme with the same name from the good folks at [Startbootrap.com](https://startbootstrap.com). ## Preview [![Stylish Portfolio](https://github.com/thypirate/startbootstrap-stylish-portfolio-jekyll/blob/master/stylish-portfolio.gif)](https://thypirate.github.io/startbootstrap-stylish-portfolio-jekyll) ## Download and Installing You can either: * Clone the repo using the following command ```git clone https://github.com/thypirate/startbootstrap-stylish-portfolio-jekyll/.git```. * Download, Fork or Clone on Github. ## How to use * You can edit and add new entries like Jekyll plugins in the ```_config.yml``` to suit your needs. ## Build While in the root of you site execute the following commands to build: * ```bundle install``` - Install the dependencies with [Bundler](https://bundler.io/). * ```bundle exec jekyll serve``` - Build the site and make it available on a local server at ```http://localhost:4000```.