{"id":14972475,"url":"https://github.com/takmg/bootstrap-honoka-rails","last_synced_at":"2025-11-11T18:30:21.258Z","repository":{"id":62554476,"uuid":"183381912","full_name":"Takmg/bootstrap-honoka-rails","owner":"Takmg","description":"bootstrap-honoka-rails can easily install honoka, umi, nico, rin on rails.","archived":false,"fork":false,"pushed_at":"2021-03-03T11:28:40.000Z","size":209,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-31T22:51:15.871Z","etag":null,"topics":["bootstrap","bootstrap3","bootstrap4","honoka","lovelive","nico","rails","rin","umi"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/Takmg.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":"2019-04-25T07:37:41.000Z","updated_at":"2021-03-03T11:19:21.000Z","dependencies_parsed_at":"2022-11-03T05:15:33.688Z","dependency_job_id":null,"html_url":"https://github.com/Takmg/bootstrap-honoka-rails","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Takmg%2Fbootstrap-honoka-rails","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Takmg%2Fbootstrap-honoka-rails/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Takmg%2Fbootstrap-honoka-rails/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Takmg%2Fbootstrap-honoka-rails/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Takmg","download_url":"https://codeload.github.com/Takmg/bootstrap-honoka-rails/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238394323,"owners_count":19464583,"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","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","bootstrap3","bootstrap4","honoka","lovelive","nico","rails","rin","umi"],"created_at":"2024-09-24T13:46:58.566Z","updated_at":"2025-10-26T19:31:26.091Z","avatar_url":"https://github.com/Takmg.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bootstrap-Honoka-Rails\n\n[engilish](README.md)/[japanese](README_ja.md)\n\n[Honoka](https://github.com/windyakin/Honoka) is a Bootstrap theme that can display Japanese beautifully.\nbootstrap-honoka-rails can easily install [Honoka](https://github.com/windyakin/Honoka), [Umi](https://ysakasin.github.io/Umi/) , [Nico](https://nico.kubosho.com/) and [Rin](https://rinhoshizo.la/) on Rails.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'bootstrap-honoka-rails' , '~\u003e4.4.1' # or '~\u003e 3.3.7'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install bootstrap-honoka-rails\n\n## Usage\n\nAdd to application.css `*= require _honoka` \u003cbr\u003e\nFor bootstrap ver3 you need `*= _bootstrap-sprockets`.\n\napp/assets/stylesheets/application.css\n\n```css\n/*\n *= require _bootstrap-sprockets # Add line * v3 only\n *= require _honoka # Add line\n *= require_self\n */\n```\n\nand add to application.js \u003cbr\u003e\n\n```js\n`//= require popper` // * bootstrap ver4 later\n`//= require bootstrap-sprockets`\n```\n\napp/assets/javascripts/application.js\n\n```js\n//= require jquery2\n//= require rails-ujs\n//= require activestorage\n//= require popper # add line * v4 later\n//= require bootstrap-sprockets # add line\n//= require turbolinks\n//= require_tree .\n```\n\nIf you loaded `bootstrap-sprockets`, you do not need to load `bootstrap.min` .\u003cbr\u003e\nBecause Dropdown features may not work properly.\u003cbr\u003e\nPlease check [here](https://github.com/twbs/bootstrap-sass/issues/714) for more details.\u003cbr\u003e\n(It has been tested on production environment. The sample app is in the 'test/dummy' directory. )\n\n\n---\n\nCertain [versions](VERSIONS.md) also support Nico , Umi and Rin.\n\napp/assets/stylesheets/application.css\n\n```css\n *= require _umi # Add line\n *= require_self\n```\n\nor\n\n```css\n *= require _nico # Add line\n *= require_self\n```\n\nor\n\n```css\n *= require _rin # Add line\n *= require_self\n```\n\nPlease check [VERSIONS.md](VERSIONS.md) for Honoka Nico Umi Rin compatible Ver.\n\n## Notice\n\nbootstrap-honoka-rails uses bootstrap or bootstrap-sass internally.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## Supported bootstrap themes\n\n#### [Honoka](http://honokak.osaka/)\n\nSource URL ... [https://github.com/windyakin/Honoka](https://github.com/windyakin/Honoka)\n\n\u003e The MIT License (MIT)\n\u003e\n\u003e Copyright (c) 2015 windyakin\n\n[License View All](https://github.com/windyakin/Honoka/blob/master/LICENSE)\n\n#### [Umi](https://ysakasin.github.io/Umi/)\n\nSource URL ... [https://github.com/ysakasin/Umi](https://github.com/ysakasin/Umi)\n\n\u003e The MIT License (MIT)\n\u003e\n\u003e Copyright (c) 2015 ysakasin\n\n[License View All](https://github.com/ysakasin/Umi/blob/master/LICENSE)\n\n#### [Nico](https://nico.kubosho.com/)\n\nSource URL ... [https://github.com/kubosho/Nico](https://github.com/kubosho/Nico)\n\n\u003e The MIT License (MIT)\n\u003e\n\u003e Copyright (c) 2015 windyakin, kubosho\n\n[License View All](https://github.com/kubosho/Nico/blob/master/LICENSE)\n\n#### [Rin](https://rinhoshizo.la/)\n\nSource URL ... [https://github.com/raryosu/Rin](https://github.com/raryosu/Rin)\n\n\u003e The MIT License (MIT)\n\u003e\n\u003e Copyright (c) 2016 Hagihara Ryosuke\n\n[License View All](https://github.com/raryosu/Rin/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakmg%2Fbootstrap-honoka-rails","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftakmg%2Fbootstrap-honoka-rails","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakmg%2Fbootstrap-honoka-rails/lists"}