Hello,
I've put together the drjekyll gem that includes a command line
tool that lets you manage static site theme packages.
For example, use:
$ drjekyll list # or
$ drj ls
to list all 100+ themes e.g. resulting in:
1..Planet Jekyll's Starter (Minimal) (starter |
planetjekyllsstarterminimal) by Gerald Bauer - #white
2..Dr Jekyll's Minimal (minimial | drjekyllsminimal) by Gerald Bauer - #white
3..Dr Jekyll's Bootstrap (bootstrap | drjekyllsbootstrap) by Gerald
Bauer - #bootstrap #scss #white
4..Dr Jekyll's Classics Book (classics | drjekyllsclassicsbook) by
Gerald Bauer - #books #white
5..Poole (poole) by Mark Otto - #poole
6..Poole's Hyde (pooleshyde) by Mark Otto - #poole
7..Poole's Lanyon (pooleslanyon) by Mark Otto - #poole
8..Beautiful Jekyll (beautifuljekyll) by Dean Attali
...
To download and unzip a theme archive use the "installation code",
for example, use
$ drjekyll new starter
$ drj new starter
to dowload and unzip the Planet Jekyll's Starter (Minimal) theme
and so on. For more see the drj/drjekyll project site [1]. Cheers.