Skip to content

siteleaf/siteleaf.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,625 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Siteleaf

Prerequisites

  1. Install Ruby and RubyGems: https://jekyllrb.com/docs/installation/

  2. Install Node and NPM: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm

Local development

Install gems:

bundle install

Install node packages:

npm install

Compile and watch for changes to JavaScript:

grunt dev

Start the server and watch for changes:

bundle exec jekyll serve

Open http://localhost:4000 in a web browser to preview the site.

Publishing

Compile and minify JavaScript:

grunt

With GitHub sync enabled, push to GitHub. Then publish on Siteleaf.

About

Siteleaf v2 theme for the siteleaf.com marketing site and blog

Topics

Resources

Stars

79 stars

Watchers

11 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors