{"id":24698630,"url":"https://github.com/faradayio/numbers-staging","last_synced_at":"2026-05-08T04:12:01.750Z","repository":{"id":1058621,"uuid":"891777","full_name":"faradayio/numbers-staging","owner":"faradayio","description":"Staging environment for the blog","archived":false,"fork":false,"pushed_at":"2012-02-13T18:19:01.000Z","size":16064,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":10,"default_branch":"gh-pages","last_synced_at":"2025-07-27T07:32:49.492Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://brighterplanet.github.com/numbers-staging","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/faradayio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-09-06T17:26:52.000Z","updated_at":"2020-09-10T18:52:50.000Z","dependencies_parsed_at":"2022-07-15T06:47:06.068Z","dependency_job_id":null,"html_url":"https://github.com/faradayio/numbers-staging","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/faradayio/numbers-staging","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faradayio%2Fnumbers-staging","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faradayio%2Fnumbers-staging/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faradayio%2Fnumbers-staging/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faradayio%2Fnumbers-staging/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/faradayio","download_url":"https://codeload.github.com/faradayio/numbers-staging/tar.gz/refs/heads/gh-pages","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faradayio%2Fnumbers-staging/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32766247,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T02:36:36.067Z","status":"ssl_error","status_checked_at":"2026-05-08T02:36:07.210Z","response_time":54,"last_error":"SSL_read: 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":"2025-01-27T04:29:33.636Z","updated_at":"2026-05-08T04:12:01.731Z","avatar_url":"https://github.com/faradayio.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# numbers\n\nThis repository drives Brighter Planet's blog, [Safety in Numbers](http://numbers.brighterplanet.com) via [Jekyll](http://github.com/mojombo/jekyll) on [GitHub Pages](http://pages.github.com).\n\n## To start blogging\n\n    $ git clone http://github.com/brighterplanet/numbers.git\n\n## To add a post\n\nAlways start out with\n\n    $ git pull\n\nYou're going to create a file in the _posts directory named like:\n\n    year-month-day-here-is-my-title.extension\n    \nSo, for example:\n\n    $ mate _posts/2010-07-23-new-blog.md\n    \nThe extension says what markup language you want to use. \"md\" is for Markdown, which is my fave, but you can use \"textile,\" \"html,\" etc.\n\nAt the top of your file you'll need a metadata section that looks like this:\n\n    ---\n    title: Relaunching the blog\n    author: Andy\n    layout: post\n    categories: meta\n    ---\n\n(The three dashes at the top and bottom are important.)\n\nAuthor is your first name, layout should always stay \"post\", and categories (if you want any) can either be a single category or a list of categories in brackets (e.g. [rails, middleware]). If you use categories, make sure they've been created (see below).\n\nWhatever goes below this metadata section is your post.\n\n## To specify what goes in \"Read More\"\n\nWrap the part that gets hidden with these HTML comments: (verbatim!)\n\n    ---\n    title: some post\n    layout: post\n    ---\n\n    Some intro, this will be visible on the index page.\n\n    \u003c!-- more start --\u003e\n\n    More content, this will not be visible on the index page.\n\n    \u003c!-- more end --\u003e\n\nThe \"more end\" comment should go at the bottom of the document, below everything else.\n\nSee 2011-01-13-announcing-our-new-parcel-shipment-model.markdown for a good example and make sure that you always put BOTH comments, \"more start\" and then \"more end\".\n\nThe process is taken from http://kaspa.rs/2011/04/jekyll-hacks-html-excerpts/\n\n## To preview your post/changes\n\n    $ jekyll --server\n\nThen go to [localhost:4000](http://localhost:4000)\n\n## To push your post/changes\n\n    $ git add _posts/2010-01-01-my-awesome-post.md\n    $ git commit -m \"First draft of 'My Awesome Post'\"\n    $ git push\n    \nThen go to [numbers.brighterplanet.com](http://numbers.brighterplanet.com)\n\n## To add a category/tag\n\nOpen _config.yml and add your tag to the list:\n\n    cats: [rails, middleware, meta, awesometag]\n    \nCopy rails.html to awesometag.html, change the title at the top and the header on line 5.\n\n## When in doubt\n\nJust look at older posts for guidance\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaradayio%2Fnumbers-staging","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffaradayio%2Fnumbers-staging","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaradayio%2Fnumbers-staging/lists"}