{"id":13763600,"url":"https://github.com/drjekyllthemes/drjekyll","last_synced_at":"2026-03-14T01:38:30.051Z","repository":{"id":36258942,"uuid":"40563366","full_name":"drjekyllthemes/drjekyll","owner":"drjekyllthemes","description":"drjekyll gem - the missing static website theme package manager .:. jekyll command line tool","archived":false,"fork":false,"pushed_at":"2017-06-23T14:22:55.000Z","size":28,"stargazers_count":41,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-13T08:21:31.484Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/drjekyllthemes.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-11T20:22:36.000Z","updated_at":"2023-08-31T23:15:28.000Z","dependencies_parsed_at":"2022-09-04T12:40:19.157Z","dependency_job_id":null,"html_url":"https://github.com/drjekyllthemes/drjekyll","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drjekyllthemes%2Fdrjekyll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drjekyllthemes%2Fdrjekyll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drjekyllthemes%2Fdrjekyll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drjekyllthemes%2Fdrjekyll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drjekyllthemes","download_url":"https://codeload.github.com/drjekyllthemes/drjekyll/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250235428,"owners_count":21397182,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T15:00:53.286Z","updated_at":"2025-09-17T15:48:21.175Z","avatar_url":"https://github.com/drjekyllthemes.png","language":"Ruby","funding_links":[],"categories":["Theme Package Manager and Wizards"],"sub_categories":[],"readme":"# drj/drjekyll - the missing static website theme package manager\n\njekyll command line tool\n\n* home  :: [github.com/drjekyllthemes/drjekyll](https://github.com/drjekyllthemes/drjekyll)\n* bugs  :: [github.com/drjekyllthemes/drjekyll/issues](https://github.com/drjekyllthemes/drjekyll/issues)\n* gem   :: [rubygems.org/gems/drjekyll](https://rubygems.org/gems/drjekyll)\n* rdoc  :: [rubydoc.info/gems/drjekyll](http://rubydoc.info/gems/drjekyll)\n* forum :: [wwwmake](http://groups.google.com/group/wwwmake)\n\n\n## Usage\n\nThe drjekyll gem includes a command line tool that\nlets you manage static website theme packages.\nTry:\n\n```\n$ drjekyll --help      # or\n$ drj -h\n```\n\nResulting in:\n\n```\nNAME\n    drjekyll/drj - jekyll command line tool .:. the missing static website theme package manager\n\nSYNOPSIS\n    drjekyll/drj [global options] command [command options] [arguments...]\n\nVERSION\n    1.0.0\n\nGLOBAL OPTIONS\n    --help    - Show this message\n    --verbose - (Debug) Show debug messages\n    --version - Display the program version\n\nCOMMANDS\n    list, ls, l             - List themes\n    new, n                  - Download 'n' setup (unzip/unpack) theme\n    help                    - Shows a list of commands or help for one command\n\n    download, dl, d, get, g - (Debug) Step 1: Download theme; .zip archive saved in working folder (./)\n    unzip, setup, s         - (Debug) Step 2: Setup (unzip/unpack) theme; uses .zip archive in working folder (./)\n```\n\n\n### Commands\n\n[List Themes](#list-themes-command---list-ls-l) •\n[New Theme](#new-theme-command---new-n)\n\n\n#### List Themes Command - `list`, `ls`, `l`\n\nUse:\n\n```\n$ drjekyll list    # or\n$ drjekyll ls      # or\n$ drjekyll l       # or\n$ drj l\n```\n\nResulting in:\n\n```\n  1..Henry's Hello, Jekyll! (hello | hellojekyll | henryshellojekyll) by Gerald Bauer - #white #starter\n  2..Henry's Starter (starter | henrysstarter) by Gerald Bauer - #white #starter\n  3..Henry's Minimal (minimial | henrysminimal) by Gerald Bauer - #white #minimal #starter\n  4..Henry's Bootstrap (bootstrap | henrysbootstrap) by Gerald Bauer - #bootstrap #scss #white #starter\n  5..Henry's Classics Book (classics | henrysclassicsbook) by Gerald Bauer - #books #white\n  6..Poole (poole) by Mark Otto - #poole\n  7..Poole's Hyde (hyde | pooleshyde) by Mark Otto - #poole\n  8..Poole's Lanyon (lanyon | pooleslanyon) by Mark Otto - #poole\n  9..Beautiful Jekyll (beautifuljekyll) by Dean Attali\n...\n```\n\nNote: You can filter by name or tags; just add the query e.g.:\n\n```\n$ drjekyll list resume    # or\n$ drjkeyll ls resume      # or\n$ drjkeyll l resume       # or\n$ drj l resume\n```\n\nResulting in:\n\n```\n 68..Resume Cards (resumecards) by Elle Kasai - #resume\n104..iCard Resume (icardresume) by Dong Liang - #resume\n109..Resume (resume) by Joel Glovier - #resume\n```\n\n\n#### New Theme Command - `new`, `n`\n\nTo download and install (unzip/unpack) a theme archive use:\n\n```\n$ drjekyll new starter    # or\n$ drjekyll n starter      # or\n$ drj n starter\n```\n\nThis will download the `starter.zip` to your working folder and\nunzip the archive into the `./starter` folder.\n\n\n**More Examples**\n\nTo download and install (unzip/unpack):\n\n```\n  7..Poole's Lanyon (lanyon | pooleslanyon) by Mark Otto - #poole\n```\n\nUse:\n\n```\n$ drjekyll new lanyon     # or\n$ drjekyll n lanyon       # or\n$ drj      n lanyon\n```\n\nTo download and install (unzip/unpack):\n\n```\n  8..Beautiful Jekyll (beautifuljekyll) by Dean Attali\n```\n\nUse:\n\n```\n$ drjekyll new beautifuljekyll   # or\n$ drjekyll n beautifuljekyll     # or\n$ drj      n beautifuljekyll\n```\n\nAnd so on and so forth.\n\n\n\n**More Themes**\n\nSee the [Dr. Jekyll's Themes](https://drjekyllthemes.github.io) directory.\n\n\n**More Quick Starter Wizard Scripts**\n\nSee the [Mr. Hyde's Scripts](https://github.com/mrhydescripts/scripts) library.\n\n\n## Install\n\nJust install the gem:\n\n    $ gem install drjekyll\n\n\n## License\n\nThe `drjekyll` scripts are dedicated to the public domain.\nUse it as you please with no restrictions whatsoever.\n\n\n## Questions? Comments?\n\nSend them along to the [wwwmake forum](http://groups.google.com/group/wwwmake).\nThanks!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrjekyllthemes%2Fdrjekyll","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrjekyllthemes%2Fdrjekyll","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrjekyllthemes%2Fdrjekyll/lists"}