jekyll

jekyll

🚧 A template for generating jekyll site by zce-cli

:construction: @zce-templates/jekyll

:construction: 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 © 汪磊