Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 874 Bytes

.verb.md

File metadata and controls

39 lines (26 loc) · 874 Bytes

Quickstart

Get the poole/lanyon theme and convert it using [hekyll][]:

$ hekyll -r poole/lanyon

Usage

$ hekyll <src> <dest> [options]
  • src - the source directory with Jekyll theme files
  • dest - the destination directory for the converted theme
  • options - use -r to clone a remote theme

See [hekyll][] for more detailed documentation and options.

Examples

Convert local Jekyll theme

Convert Jekyll theme files from the local themes/poole directory, and write them to the src directory.

$ hekyll themes/poole src
# automatically writes files to "src" if dest is not passed
$ hekyll themes/poole

Convert remote Jekyll theme

Convert Jekyll theme files from the local themes/poole directory, and write them to the src directory.

$ hekyll poole/poole -r