Skip to content

metachris/jekyll-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Complete Jekyll Blog Setup.

See http://www.metachris.com for a live example.

Setup

On Linux

apt-get install ruby-dev
gem install jekyll-paginate
gem install classifier-reborn

On Mac

gem install jekyll bundler
gem install jekyll-paginate
gem install classifier-reborn

Building the blog

The main config file is src/_config.yml

cd source
jekyll serve --config _config.yml,_config-dev.yml --watch --incremental

As a shortcut, you can use the Fabric command fab serve.

Fabric Commands

Fabric is a tool to automate tasks. You can install it with pip install fabric.

# Serve local development version of the Blog
fab serve

# Update server
fab upload

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published