Skip to content

thedreamcatcher4/thedreamcatcher4.github.io

 
 

Repository files navigation

Jekyll Instagram Portfolio Theme

Clean, minimalistic and responsive portfolio theme for Jekyll powered by Bootstrap 4. For the portfolio section is used Instagram widget, but you can easily update it with another content source.

Live Demo

https://portfolio-central.github.io/jekyll-instagram-portfolio-theme/ Jekyll Instagram Portfolio Theme

Showcase

The best usage examples:

To add your example: fork the repo, add new line to the list above and create a pull request.

Featured on

Powered by

Installation

Install Jekyll:

gem install jekyll bundler

Install bundle dependiencies:

bundle install

When finished, run the dev server:

bundle exec jekyll serve

or just:

jekyll serve

To stop the server, use CTRL+C.

Building front-end assets: styles and scripts

Install module dependencies:

npm install

Run the build script to generate updated front-end assets:

npm run build

Watch for changes and automatically rebuild assets (CTRL+C to stop):

npm run watch

About

Our IG Website

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE.md
MIT
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 49.7%
  • HTML 36.6%
  • Ruby 8.7%
  • JavaScript 5.0%