{"id":22486897,"url":"https://github.com/Wildhoney/Dory","last_synced_at":"2025-08-02T19:33:33.465Z","repository":{"id":57215287,"uuid":"49982994","full_name":"Wildhoney/Dory","owner":"Wildhoney","description":"Dory is a responsive, universal, GitHub collaborated blogging platform built on React and powered by Express. By combining awesome features such as automatic RSS generation, HTML5 offline support, push notifications, with a powerful development environment using hot reloading, SASS and Markdown, Dory allows developers to quickly dive into the depths of blogging.","archived":false,"fork":false,"pushed_at":"2017-01-24T14:50:15.000Z","size":11995,"stargazers_count":127,"open_issues_count":3,"forks_count":6,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-07-28T00:50:30.792Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://dory-app.herokuapp.com/","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/Wildhoney.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}},"created_at":"2016-01-19T21:04:09.000Z","updated_at":"2025-02-16T04:20:44.000Z","dependencies_parsed_at":"2022-08-24T21:50:07.856Z","dependency_job_id":null,"html_url":"https://github.com/Wildhoney/Dory","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/Wildhoney/Dory","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wildhoney%2FDory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wildhoney%2FDory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wildhoney%2FDory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wildhoney%2FDory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Wildhoney","download_url":"https://codeload.github.com/Wildhoney/Dory/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wildhoney%2FDory/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268441137,"owners_count":24250945,"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","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"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":"2024-12-06T17:15:35.174Z","updated_at":"2025-08-02T19:33:32.652Z","avatar_url":"https://github.com/Wildhoney.png","language":"JavaScript","readme":"\u003cimg src=\"media/logo.png\" width=\"260\" alt=\"Dory\" /\u003e\n\n\u003e \u003csub\u003e\u003csup\u003eDory should have a blog to write before she forgets.\u003c/sup\u003e\u003c/sub\u003e\u003cbr /\u003e\n\u003e \u003csub\u003e\u003csup\u003eSo don't be like her else you'll have many regrets.\u003c/sup\u003e\u003c/sub\u003e\u003cbr /\u003e\n\u003e \u003csub\u003e\u003csup\u003eAnd don't tell Dory she needs the internets.\u003c/sup\u003e\u003c/sub\u003e\n\n![Travis](http://img.shields.io/travis/Wildhoney/Dory.svg?style=flat-square)\n\u0026nbsp;\n![npm](http://img.shields.io/npm/v/dory.svg?style=flat-square)\n\u0026nbsp;\n![License MIT](http://img.shields.io/badge/License-MIT-lightgrey.svg?style=flat-square)\n\n**Dory** is a responsive, [universal](https://medium.com/@mjackson/universal-javascript-4761051b7ae9#.z4idbohho), [GitHub collaborated](#collaboration) blogging platform built on React and powered by Express. By combining awesome features such as automatic RSS generation, [HTML5 offline support](https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API), push notifications, with a powerful development environment using [hot reloading](https://github.com/gaearon/react-hot-loader), SASS and Markdown, Dory allows developers to quickly dive into the depths of blogging.\n\n---\n\n![v0.1.11 Screenshot](media/0.1.11.png)\n\n## Documentation\n\nGetting started with Dory is a fairly straightforward task \u0026mdash; however we have broken up the various steps to make this even easier. By step three you will be publishing posts to Heroku.\n\n1. [Getting Started](docs/GETTING_STARTED.md)\n2. Travis \u0026amp; Heroku\n3. [Publishing](docs/PUBLISHING.md)\n4. [GitHub Authentication](docs/GITHUB.md)\n5. [Redis Authentication](docs/REDIS.md)\n6. Modifying Options\n7. Development\n\n## Features\n\n* Provides a [universal JavaScript](https://medium.com/@mjackson/universal-javascript-4761051b7ae9) environment using React and Express;\n* Integrates native [Markdown](https://github.com/evilstreak/markdown-js) support for generating blog posts;\n* Instantaneous publishing to [Heroku](https://www.heroku.com/) for each post via [Travis CI](https://travis-ci.org/);\n* Supports [Webpack Hot Reloading](https://github.com/webpack/docs/wiki/hot-module-replacement-with-webpack) for rapid development;\n* Generates a valid [RSS](https://en.wikipedia.org/wiki/RSS) feed when you publish articles;\n* Utilises HTML5 [`ServiceWorker`](https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API) for offline support;\n\n### Upcoming\n\n* Automatically pings via [Ping-o-matic](http://pingomatic.com/) to notify of updates;\n* Generates a [`sitemap.xml`](http://www.sitemaps.org/protocol.html) with automatic XSLT styling;\n* Integrates [Disqus](https://disqus.com/) for post commenting when enabled via `dory.yml`;\n* Seamlessly applies background sync for posting comments when offline;\n* Implements the HTML5 [Push API](https://developer.mozilla.org/en/docs/Web/API/Push_API) for notifying users of added posts;\n* Allows integration of generic pages \u0026ndash; such as about and contact us;\n* [Have an idea?](https://github.com/Wildhoney/Dory/issues/new)\n\n[![forthebadge](http://forthebadge.com/images/badges/built-with-love.svg)](http://forthebadge.com)\n[![forthebadge](http://forthebadge.com/images/badges/makes-people-smile.svg)](http://forthebadge.com)\n","funding_links":[],"categories":["📦 Legacy \u0026 Inactive Projects","JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FWildhoney%2FDory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FWildhoney%2FDory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FWildhoney%2FDory/lists"}