{"id":28700727,"url":"https://github.com/tryghost/generator-ghost","last_synced_at":"2025-06-14T11:32:38.826Z","repository":{"id":57247289,"uuid":"14284730","full_name":"TryGhost/generator-ghost","owner":"TryGhost","description":"Generate Ghost blogs and themes using Yeoman.","archived":false,"fork":false,"pushed_at":"2025-04-02T23:55:29.000Z","size":28,"stargazers_count":81,"open_issues_count":1,"forks_count":11,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-06-06T10:37:29.273Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TryGhost.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"tryghost","open_collective":"ghost"}},"created_at":"2013-11-10T21:25:45.000Z","updated_at":"2025-04-04T03:42:41.000Z","dependencies_parsed_at":"2025-05-19T04:01:43.907Z","dependency_job_id":"53d671fa-3270-4201-ba54-031d461a4bdd","html_url":"https://github.com/TryGhost/generator-ghost","commit_stats":{"total_commits":23,"total_committers":8,"mean_commits":2.875,"dds":0.4782608695652174,"last_synced_commit":"1bfefbfa5ec76942490a9edac68448cdd523f8e9"},"previous_names":["sethvincent/generator-ghost"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/TryGhost/generator-ghost","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TryGhost%2Fgenerator-ghost","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TryGhost%2Fgenerator-ghost/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TryGhost%2Fgenerator-ghost/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TryGhost%2Fgenerator-ghost/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TryGhost","download_url":"https://codeload.github.com/TryGhost/generator-ghost/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TryGhost%2Fgenerator-ghost/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259808798,"owners_count":22914711,"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":"2025-06-14T11:30:39.480Z","updated_at":"2025-06-14T11:32:38.821Z","avatar_url":"https://github.com/TryGhost.png","language":"JavaScript","funding_links":["https://github.com/sponsors/tryghost","https://opencollective.com/ghost"],"categories":[],"sub_categories":[],"readme":"# generator-ghost [![Build Status](https://secure.travis-ci.org/sethvincent/generator-ghost.png?branch=master)](https://travis-ci.org/sethvincent/generator-ghost)\n\nA generator for [Yeoman](http://yeoman.io).\n\n\n## Getting Started\n\n### What is Yeoman?\n\nTrick question. It's not a thing. It's this guy:\n\n![](http://i.imgur.com/JHaAlBJ.png)\n\nBasically, he wears a top hat, lives in your computer, and waits for you to tell him what kind of application you wish to create.\n\nNot every new computer comes with a Yeoman pre-installed. He lives in the [npm](https://npmjs.org) package repository. You only have to ask for him once, then he packs up and moves into your hard drive. *Make sure you clean up, he likes new and shiny things.*\n\n```\n$ npm install -g yo\n```\n\nAdditionally, tnstall the grunt-cli tool:\n\n```\nnpm install -g grunt-cli\n```\n\n### Yeoman Generators\n\nYeoman travels light. He didn't pack any generators when he moved in. You can think of a generator like a plug-in. You get to choose what type of application you wish to create, such as a Backbone application or even a Chrome extension.\n\nTo install generator-ghost from npm, run:\n\n```\n$ npm install -g generator-ghost\n```\n\nFinally, initiate the generator:\n\n```\n$ yo ghost\n```\n\nNow, you can run your ghost blog in development like usual:\n\n```\nnpm start\n```\n\nTo create a new theme based on Casper, run this subgenerator:\n\n```\nyo ghost:theme-copy-casper NAME-OF-NEW-THEME\n```\n\nThat will copy the Casper theme over to a new folder named NAME-OF-NEW-THEME.\n\n\n## Todo\n\nI'd like to have a theme generator that starts a new theme that's even more bare-bones than Casper.\n\n## Feedback\nLet me know in the repository issue queue if you find any bugs or have ideas for the project: [github.com/sethvincent/generator-ghost/issues](https://github.com/sethvincent/generator-ghost/issues)\n\n\n### Getting To Know Yeoman\n\nYeoman has a heart of gold. He's a person with feelings and opinions, but he's very easy to work with. If you think he's too opinionated, he can be easily convinced.\n\nIf you'd like to get to know Yeoman better and meet some of his friends, [Grunt](http://gruntjs.com) and [Bower](http://bower.io), check out the complete [Getting Started Guide](https://github.com/yeoman/yeoman/wiki/Getting-Started).\n\n\n# Copyright \u0026 License\n\nCopyright (c) 2013-2025 Seth Vincent \u0026 Ghost Foundation - Released under the [MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftryghost%2Fgenerator-ghost","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftryghost%2Fgenerator-ghost","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftryghost%2Fgenerator-ghost/lists"}