{"id":17598946,"url":"https://github.com/iguchi1124/honoka-rails","last_synced_at":"2026-03-07T11:31:39.350Z","repository":{"id":56876611,"uuid":"48998625","full_name":"iguchi1124/honoka-rails","owner":"iguchi1124","description":"Mount Honoka on your Rails application!","archived":false,"fork":false,"pushed_at":"2016-07-31T00:34:24.000Z","size":271,"stargazers_count":12,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-11-11T18:32:00.988Z","etag":null,"topics":["bootstrap","honoka","rails","sass"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/iguchi1124.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-04T13:27:02.000Z","updated_at":"2020-12-25T06:31:53.000Z","dependencies_parsed_at":"2022-08-20T11:30:46.721Z","dependency_job_id":null,"html_url":"https://github.com/iguchi1124/honoka-rails","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/iguchi1124/honoka-rails","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iguchi1124%2Fhonoka-rails","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iguchi1124%2Fhonoka-rails/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iguchi1124%2Fhonoka-rails/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iguchi1124%2Fhonoka-rails/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iguchi1124","download_url":"https://codeload.github.com/iguchi1124/honoka-rails/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iguchi1124%2Fhonoka-rails/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30212124,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T09:02:10.694Z","status":"ssl_error","status_checked_at":"2026-03-07T09:02:08.429Z","response_time":53,"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":["bootstrap","honoka","rails","sass"],"created_at":"2024-10-22T10:08:23.728Z","updated_at":"2026-03-07T11:31:39.316Z","avatar_url":"https://github.com/iguchi1124.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Honoka Rails\n\n[![Build Status](https://travis-ci.org/iguchi1124/honoka-rails.svg?branch=master)](https://travis-ci.org/iguchi1124/honoka-rails)\n\n[Honoka](https://github.com/windyakin/Honoka) is a bootstrap theme for Japanese.\n\nhonoka-rails mount Honoka on your rails application, and has been developed based on [bootstrap-sass](https://github.com/twbs/bootstrap-sass).\n\n## Usage\n\nhonoka-rails is easy to drop into Rails with the asset pipeline.\n\n```rb\ngem 'sass-rails', '\u003e= 3.2'\ngem 'honoka-rails'\n```\n\nbundle install and restart your server to make the files available through the pipeline.\n\nImport Bootstrap(Honoka) styles in app/assets/stylesheets/application.scss:\n\n```\n$ mv app/assets/stylesheets/application.css app/assets/stylesheets/application.scss\n```\n\n\"bootstrap-sprockets\" must be imported before \"honoka\" and \"honoka/variables\"\n\n```scss\n@import \"bootstrap-sprockets\";\n@import \"honoka\";\n```\n\nThen, remove all the\n\n``*= require_self`` and ``*= require_tree .`` statements from the sass file. Instead,use @import to import Sass files.\n\nDo not use ``*= require`` in Sass or your other stylesheets will not be able to access the Bootstrap mixins or variables.\n\nRequire Bootstrap Javascripts in app/assets/javascripts/application.js:\n\n```js\n//= require jquery\n//= require bootstrap-sprockets\n```\n\nbootstrap-sprockets and bootstrap should not both be included in application.js.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figuchi1124%2Fhonoka-rails","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Figuchi1124%2Fhonoka-rails","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Figuchi1124%2Fhonoka-rails/lists"}