Get the poole/lanyon theme and convert it using [hekyll][]:
$ hekyll -r poole/lanyon
$ hekyll <src> <dest> [options]
src
- the source directory with Jekyll theme filesdest
- the destination directory for the converted themeoptions
- use-r
to clone a remote theme
See [hekyll][] for more detailed documentation and options.
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