Thanks to visit codestin.com
Credit goes to github.com

Skip to content

vinicius-franca/jekyll-boilerplate

Repository files navigation

Boilerplate Jekyll

Installation

Necessário ter o Ruby Instalado

Install Jekyll:

gem install jekyll bundler

Install bundle dependencies:

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

Jekyll Documentation

Use with:

ruby 2.3.1p112 gem 2.5.1 jekyll 3.5.0 node v8.4.0

not tested with others.

About

Simple Jekyll Boilerplate with Bootstrap

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published