Stylish Portfolio is a theme for Jekyll adapted from the Bootstrap based theme with the same name from the good folks at Startbootrap.com.
You can either:
git clone https://github.com/thypirate/startbootstrap-stylish-portfolio-jekyll/.git
._config.yml
to suit your needs.While in the root of you site execute the following commands to build:
bundle install
- Install the dependencies with Bundler.bundle exec jekyll serve
- Build the site and make it available on a local server at http://localhost:4000
.