Skip to content
/ jekyll-up Public template

Get up and running with a minimal Jekyll site scaffold

License

Notifications You must be signed in to change notification settings

advaitchaitanya/jekyll-up

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jekyll Up

Get up and running with a minimal Jekyll site scaffold

Build

Jekyll is a Ruby Gem that can be installed on most systems.

  1. Install a full Ruby development environment
  2. Install Jekyll and bundler gems
gem install jekyll bundler
  1. Change into the directory
cd jekyll-starter
  1. Install any missing gems
bundle install
  1. Build the site and make it available on a local server
bundle exec jekyll serve

About

Get up and running with a minimal Jekyll site scaffold

Topics

Resources

License

Stars

Watchers

Forks