{"id":21847084,"url":"https://github.com/duyet/isc-team-blog","last_synced_at":"2026-04-11T13:32:54.541Z","repository":{"id":40283727,"uuid":"42006816","full_name":"duyet/isc-team-blog","owner":"duyet","description":"Blogging for http://blog.isc-team.xyz ","archived":false,"fork":false,"pushed_at":"2023-12-15T02:16:24.000Z","size":18445,"stargazers_count":1,"open_issues_count":5,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-21T16:59:09.611Z","etag":null,"topics":["hacktoberfest"],"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/duyet.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":"2015-09-06T15:07:18.000Z","updated_at":"2022-10-04T15:22:17.000Z","dependencies_parsed_at":"2025-03-21T16:46:59.794Z","dependency_job_id":"1b46dd8b-8850-4f91-83b3-1e6aab034f8e","html_url":"https://github.com/duyet/isc-team-blog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/duyet/isc-team-blog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duyet%2Fisc-team-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duyet%2Fisc-team-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duyet%2Fisc-team-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duyet%2Fisc-team-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/duyet","download_url":"https://codeload.github.com/duyet/isc-team-blog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duyet%2Fisc-team-blog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31682953,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T13:07:20.380Z","status":"ssl_error","status_checked_at":"2026-04-11T13:06:47.903Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["hacktoberfest"],"created_at":"2024-11-27T23:16:41.858Z","updated_at":"2026-04-11T13:32:54.519Z","avatar_url":"https://github.com/duyet.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\u003ca href=\"https://github.com/TryGhost/Ghost\"\u003e\u003cimg src=\"https://cloud.githubusercontent.com/assets/120485/6622822/c4c639fe-c8e7-11e4-9e64-5bec06c8b4c3.png\" alt=\"Ghost\" /\u003e\u003c/a\u003e\n\u003ca href=\"https://travis-ci.org/TryGhost/Ghost\"\u003e\u003cimg align=\"right\" src=\"https://travis-ci.org/TryGhost/Ghost.svg?branch=master\" alt=\"Build status\" /\u003e\u003c/a\u003e\n\n![Ghost Screenshot](https://cloud.githubusercontent.com/assets/120485/6626466/6dae46b2-c8ff-11e4-8c7c-8dd63b215f7b.jpg)\n\n![Ghost is a simple, powerful publishing platform that allows you to share your stories with the world.](https://cloud.githubusercontent.com/assets/120485/6626501/b2bb072c-c8ff-11e4-8e1a-2e78e68fd5c3.png)\n\nThe project is maintained by a non-profit organisation called the **Ghost Foundation**, along with an amazing group of independent [contributors](https://github.com/TryGhost/Ghost/contributors). We're trying to make publishing software that changes the shape of online journalism.\n\n- [Ghost.org](https://ghost.org)\n- [Latest Release](https://ghost.org/download/)\n- [Support](http://support.ghost.org/)\n- [Theme Docs](http://themes.ghost.org)\n- [Contributing Guide](https://github.com/TryGhost/Ghost/blob/master/CONTRIBUTING.md)\n- [Feature Requests](http://ideas.ghost.org/)\n- [Dev Blog](http://dev.ghost.org)\n\n**NOTE: If you’re stuck, can’t get something working or need some help, please head on over and join our [Slack community](https://ghost.org/slack/) rather than opening an issue.**\n\n\n# Quick Start Install\n\nMake sure you've installed Node.js - We recommend the latest **Node v0.10.x** release.\n\nGhost is also compatible with **Node v0.12** and **io.js v1.2**, but please note that these versions are more likely to run into installation problems. May contain nuts. Please use the [forum](https://ghost.org/forum/installation/) for help.\n\n1. Download the [latest release](https://ghost.org/download/) of Ghost\n1. Unzip in the location you want to install\n1. Fire up a terminal\n1. `npm install --production`\n1. Start Ghost!\n    - Local environment: `npm start`\n    - On a server: `npm start --production`\n1. `http://localhost:2368/ghost` :tada:\n\nMore [install docs](http://support.ghost.org/installation/) here in case you got stuck.\n\n\u003ca name=\"getting-started\"\u003e\u003c/a\u003e\n# Developer Install (from git)\n\nInstall Node.js.\n\n```bash\n# Node v0.10.x - full support\n# Node v0.12.x and io.js v1.2 - partial support\n#\n# Choose wisely\n```\n\nClone :ghost:\n\n```bash\ngit clone git://github.com/tryghost/ghost.git\ncd ghost\n```\n\nInstall grunt. No prizes here.\n\n```bash\nnpm install -g grunt-cli\n```\n\nInstall Ghost. If you're running locally, use [master](https://github.com/TryGhost/Ghost/tree/master). For production, use [stable](https://github.com/TryGhost/Ghost/tree/stable). :no_entry_sign::rocket::microscope:\n\n```bash\nnpm install\n```\n\nBuild the things!\n\n```bash\ngrunt init\n```\n\nMinify that shit for production?\n\n```bash\ngrunt prod\n```\n\nStart your engines.\n\n```bash\nnpm start\n\n## running production? Add --production\n```\n\nCongrats! You made it. BTW you can also just `npm install ghost` if you're into that sort of thing. NPM afficionados can also read up on using [Ghost as an NPM module](https://github.com/TryGhost/Ghost/wiki/Using-Ghost-as-an-npm-module).\n\nMore general [install docs](http://support.ghost.org/installation/) here in case you got stuck.\n\n\n# Deploying Ghost\n\n![Ghost(Pro) + DigitalOcean](https://cloud.githubusercontent.com/assets/120485/8180331/d6674e32-1414-11e5-8ce4-2250e9994906.png)\n\nSave yourself time and headaches with our fully managed **[Ghost(Pro)](https://ghost.org/pricing/)** service. Deploy a new instance of Ghost in a couple of clicks running on [DigitalOcean](https://digitalocean.com)’s rock solid infrastructure, with a worldwide CDN thrown in at no extra charge.\n\nAll revenue from **Ghost(Pro)** goes to the Ghost Foundation, the non-profit org which funds the maintenance and further development of Ghost.\n\n[Other options](http://support.ghost.org/deploying-ghost/) are also available if you prefer playing around with servers by yourself.\n\n\n# Staying Up to Date\n\nWhen a new version of Ghost comes out, you'll want to look over these [upgrade instructions](http://support.ghost.org/how-to-upgrade/) for what to do next.\n\nYou can talk to other Ghost users on [our forums](https://ghost.org/forum) or chat with Ghost developers in our [public Slack team](https://ghost.org/slack/) (it's pretty awesome). We have a public meeting every Tuesday at 5:30pm London time.\n\nNew releases are announced on the [dev blog](http://dev.ghost.org/tag/releases/). You can subscribe by email or follow [@TryGhost_Dev](https://twitter.com/tryghost_dev) on Twitter, if you prefer your updates bite-sized and facetious.\n\n:saxophone::turtle:\n\n\n# Copyright \u0026 License\n\nCopyright (c) 2013-2015 Ghost Foundation - Released under the [MIT license](LICENSE).\n\n[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/duyetdev/isc-team-blog/trend.png)](https://bitdeli.com/free \"Bitdeli Badge\")\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduyet%2Fisc-team-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduyet%2Fisc-team-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduyet%2Fisc-team-blog/lists"}