Skip to content

Build a Jekyll blog in minutes, without touching the command line.

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

Woice/woice.github.com

 
 

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

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

Build a Jekyll blog in minutes, without touching the command line.

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 83.8%
  • HTML 12.7%
  • Ruby 2.1%
  • JavaScript 1.4%