Skip to content

🚧 A template for generating jekyll site by zce-cli

License

Notifications You must be signed in to change notification settings

zce-templates/jekyll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚧 @zce-templates/jekyll

Build Status devDependency Status Code Style

🚧 A template for generating jekyll site by zce-cli

Usage

# Install the zce-cli globally
$ yarn global install zce-cli # or npm install -g zce-cli

# Init a site through this template
$ zce init jekyll my-site
$ cd my-site

# Installing the dependencies
$ bundle install

# Build the site on the preview server
$ bundle exec jekyll serve

# Now browse to http://localhost:4000

Requirements

Required jekyll environment

Install Ruby, install Bundler with gem install bundler, and finally run bundle install. This will install all Ruby dependencies, such as Jekyll and plugins.

Windows users: Read this guide to get Jekyll up and running without problems.

License

MIT © 汪磊

About

🚧 A template for generating jekyll site by zce-cli

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published