{"id":17069273,"url":"https://github.com/mogeko/gatsby-theme-terminal","last_synced_at":"2026-02-14T14:04:39.175Z","repository":{"id":46367840,"uuid":"416727508","full_name":"mogeko/gatsby-theme-terminal","owner":"mogeko","description":"A terminal style Gatsby theme for blog.","archived":false,"fork":false,"pushed_at":"2023-03-06T13:22:25.000Z","size":3114,"stargazers_count":0,"open_issues_count":18,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-02T18:46:15.659Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/mogeko.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}},"created_at":"2021-10-13T12:11:19.000Z","updated_at":"2021-10-20T23:51:22.000Z","dependencies_parsed_at":"2024-12-19T06:40:29.018Z","dependency_job_id":"75b51adf-a333-4432-8885-ed9a879b461d","html_url":"https://github.com/mogeko/gatsby-theme-terminal","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mogeko/gatsby-theme-terminal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mogeko%2Fgatsby-theme-terminal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mogeko%2Fgatsby-theme-terminal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mogeko%2Fgatsby-theme-terminal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mogeko%2Fgatsby-theme-terminal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mogeko","download_url":"https://codeload.github.com/mogeko/gatsby-theme-terminal/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mogeko%2Fgatsby-theme-terminal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29446347,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T12:43:28.304Z","status":"ssl_error","status_checked_at":"2026-02-14T12:43:14.160Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-10-14T11:16:45.181Z","updated_at":"2026-02-14T14:04:39.155Z","avatar_url":"https://github.com/mogeko.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.gatsbyjs.com\"\u003e\n    \u003cimg alt=\"Gatsby\" src=\"https://www.gatsbyjs.com/Gatsby-Monogram.svg\" width=\"60\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003e\n  Starter for creating a Gatsby Theme workspace\n\u003c/h1\u003e\n\n```shell\ngatsby new my-theme https://github.com/gatsbyjs/gatsby-starter-theme-workspace\ncd my-theme\nyarn workspace example develop\n```\n\n## Layout\n\n```text\n.\n├── README.md\n├── gatsby-theme-terminal\n│   ├── README.md\n│   ├── gatsby-config.js\n│   ├── index.js\n│   └── package.json\n├── example\n│   ├── README.md\n│   ├── gatsby-config.js\n│   ├── package.json\n│   └── src\n├── package.json\n└── yarn.lock\n\n3 directories, 10 files\n```\n\n### `gatsby-theme-terminal`\n\nThis directory is the theme package itself. You should rename this at\nsome point to be `gatsby-theme-{my-theme-name}`. Also change the\n`package.json` name field and the corresponding dependency in the\nexample directory's `package.json`/`gatsby-config.js` to match the chosen name.\n\n- `gatsby-theme-terminal/`\n  - `gatsby-config.js`: An empty gatsby-config that you can use as a starting point for building functionality into your theme.\n  - `index.js`: Since themes also function as plugins, this is an empty file that\n    gatsby needs to use this theme as a plugin.\n  - `package.json`: The dependencies that your theme will pull in when people install it. `gatsby` should be a `peerDependency`.\n\n### `example`\n\nThis is an example usage of your theme. It should look the same as the\nsite of someone who installed and used your theme from npm.\n\n- `example/`\n  - `gatsby-config.js`: Specifies which theme to use and any other one-off config a site might need.\n  - `src/`: Source code such as one-off pages or components that might live in\n    a user's site.\n\nYou can run the example with:\n\n```shell\nyarn workspace example develop\n```\n\n## 🚀 Quick start (Gatsby Cloud)\n\nDeploy this starter with one click on [Gatsby Cloud](https://www.gatsbyjs.com/cloud/):\n\n[\u003cimg src=\"https://www.gatsbyjs.com/deploynow.svg\" alt=\"Deploy to Gatsby Cloud\"\u003e](https://www.gatsbyjs.com/dashboard/deploynow?url=https://github.com/gatsbyjs/gatsby-starter-theme-workspace)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmogeko%2Fgatsby-theme-terminal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmogeko%2Fgatsby-theme-terminal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmogeko%2Fgatsby-theme-terminal/lists"}