{"id":15748150,"url":"https://github.com/binaryphile/tampawomanshealth","last_synced_at":"2025-07-26T13:04:24.960Z","repository":{"id":7989892,"uuid":"9395839","full_name":"binaryphile/tampawomanshealth","owner":"binaryphile","description":null,"archived":false,"fork":false,"pushed_at":"2013-09-30T20:54:26.000Z","size":30288,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-03-31T06:43:11.009Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/binaryphile.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":"2013-04-12T14:16:42.000Z","updated_at":"2013-09-30T20:54:31.000Z","dependencies_parsed_at":"2022-08-06T03:00:27.806Z","dependency_job_id":null,"html_url":"https://github.com/binaryphile/tampawomanshealth","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/binaryphile/tampawomanshealth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binaryphile%2Ftampawomanshealth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binaryphile%2Ftampawomanshealth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binaryphile%2Ftampawomanshealth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binaryphile%2Ftampawomanshealth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binaryphile","download_url":"https://codeload.github.com/binaryphile/tampawomanshealth/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binaryphile%2Ftampawomanshealth/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267171142,"owners_count":24046924,"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-07-26T02:00:08.937Z","response_time":62,"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-10-04T05:40:44.763Z","updated_at":"2025-07-26T13:04:24.890Z","avatar_url":"https://github.com/binaryphile.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"**This version is for [ruhohSpec v2.0.alpha](http://ruhoh.com/edge/) and is only compatible with ruhoh 2.0.x**\n\nA default blog scaffold for **ruhoh** compatible static blog parsers.\n\n## Usage\n\n### ruby 1.9.2+\n\nPresently ruhoh 2.0.alpha should be bundled using bundler so you can use both ruhoh 1.x and ruhoh 2.x at the same time.\n\n#### Clone the Blog Scaffold\n\n    $ git clone git://github.com/ruhoh/blog.git blog-v2\n\nCheckout **2.0.alpha branch**\n\n    $ cd blog-v2\n    $ git checkout 2.0.alpha\n\n#### Get Bundler\n\nDo you have bundler?\n\n    $ bundle -v\n    \nIf it's not found, install it:\n\n    $ gem install bundler\n    \nMore info on bundler: http://gembundler.com/\n\n#### Bundle Install\n\nThis blog ships with its own [Gemfile][]. All you need to do is install the bundle.\n\nNavigate to the root of this repository and execute:\n\n    $ bundle install\n\n#### Run Ruhoh from the Bundle\n\nOnce the bundle is completed, run:\n\n    $ bundle exec rackup -p 9292\n\nThis starts a web server that hosts your blog here: [http://localhost:9292](http://localhost:9292)\n\nTo access the bundled ruhoh (2.0.alpha) you'll need precede your commands with `bundle exec`:\n\n    $ bundle exec ruhoh help\n\n#### Make it Your Own\n\nThe origin initially points to: git@github.com:ruhoh/blog.git\n\nTo add your own remote, first create a new repository on GitHub. ex: git@github.com:USERNAME/my-ruhoh-blog.git\n\n    $ git remote rm origin\n    $ git remote add origin git@github.com:USERNAME/my-ruhoh-blog.git\n\nNow you can add your own content and push it to your repository:\n\n    $ git add .\n    $ git commit -m 'some new content'\n\n## Upgrading\n\nIt's best to first get a fresh blog installed and running locally via bundler as outlined.\nNext you'll want to compare your existing ruhoh 1.x blog to the new blog scaffold.\n\n[You can view a comparison of the commits between the two version on GitHub][Compare]\n\nOnce you've converted your existing blog, try running it with ruhoh 2.0.x by copying the [Gemfile][] into your existing blog and running it with bundler as outlined above.\n\nWhen ruhoh 2.0. is officially shipped, you'll be able to download and use it as normal:\n\n    $ gem install ruhoh\n\nBut not yet!\n\n## Help\n\nFeel free to submit installation and upgrading issues via [GitHub Issues](https://github.com/ruhoh/blog/issues)\nThey can be basic trouble-shooting questions.\n\nAlso contact me via:\n\n- email: plusjade@gmail.com\n- twitter: [@ruhohBlog](http://twitter.com/ruhohBlog)\n\n## Documentation\n\nSee \u003chttp://ruhoh.com/docs/2\u003e for full usage and documentation.\n\n## License\n\nReleased under the [MIT License](http://www.opensource.org/licenses/MIT)\n\n\n[Compare]: https://github.com/ruhoh/blog/compare/2.0.alpha\n[Gemfile]: https://github.com/ruhoh/blog/blob/2.0.alpha/Gemfile\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinaryphile%2Ftampawomanshealth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinaryphile%2Ftampawomanshealth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinaryphile%2Ftampawomanshealth/lists"}