{"id":24698637,"url":"https://github.com/faradayio/numbers","last_synced_at":"2026-04-20T10:31:17.514Z","repository":{"id":65475601,"uuid":"793359","full_name":"faradayio/numbers","owner":"faradayio","description":"Safety in Numbers, the legacy blog of Brighter Planet","archived":false,"fork":false,"pushed_at":"2015-05-28T14:07:55.000Z","size":20347,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":10,"default_branch":"gh-pages","last_synced_at":"2025-03-22T03:42:00.599Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://numbers.brighterplanet.com","language":"CSS","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-07-23T14:39:12.000Z","updated_at":"2020-09-10T18:52:49.000Z","dependencies_parsed_at":"2023-01-25T14:31:33.672Z","dependency_job_id":null,"html_url":"https://github.com/faradayio/numbers","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/faradayio/numbers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faradayio%2Fnumbers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faradayio%2Fnumbers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faradayio%2Fnumbers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faradayio%2Fnumbers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/faradayio","download_url":"https://codeload.github.com/faradayio/numbers/tar.gz/refs/heads/gh-pages","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faradayio%2Fnumbers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32042943,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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:36.000Z","updated_at":"2026-04-20T10:31:17.489Z","avatar_url":"https://github.com/faradayio.png","language":"CSS","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\nThen stub out the post\n\n    $ rake post[\"My fancy title\",Andy]\n    \nNow open the new file that was created. At the top, you'll need a metadata section that looks like this:\n\n    ---\n    title: My fancy title\n    author: Andy\n    layout: post\n    categories: technology\n    ---\n\nAuthor is your first name (first letter capped), layout should always stay \"post\", and categories (if you want any) can either be a single category or a list of categories in brackets. You can use `company`, `technology`, and `science`.\n\nWhatever goes below this metadata section is your post.\n\n## Images\n\n### Normal images\n\nThese can be up to **370px** wide.\n\n### Wrapped images\n\nText will flow around the image if you do it like:\n\n    ![Alt text](/images/pic.png){.wrapped}\n    \n(Obviously wrapped images should be much narrower.)\n\n### Wide images\n\nYou can use wide images like this:\n\n    ![Alt text](/images/pic.png)\n    {.wide}\n    \nThese should be **651px** wide.\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## 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","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffaradayio%2Fnumbers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaradayio%2Fnumbers/lists"}