Giter Site home page Giter Site logo

takmg / bootstrap-honoka-rails Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 209 KB

bootstrap-honoka-rails can easily install honoka, umi, nico, rin on rails.

License: MIT License

Ruby 66.14% JavaScript 0.57% CSS 0.47% Shell 0.46% SCSS 32.36%
bootstrap honoka umi nico rin rails lovelive bootstrap4 bootstrap3

bootstrap-honoka-rails's Introduction

Bootstrap-Honoka-Rails

engilish/japanese

Honoka is a Bootstrap theme that can display Japanese beautifully. bootstrap-honoka-rails can easily install Honoka, Umi , Nico and Rin on Rails.

Installation

Add this line to your application's Gemfile:

gem 'bootstrap-honoka-rails' , '~>4.4.1' # or '~> 3.3.7'

And then execute:

$ bundle

Or install it yourself as:

$ gem install bootstrap-honoka-rails

Usage

Add to application.css *= require _honoka
For bootstrap ver3 you need *= _bootstrap-sprockets.

app/assets/stylesheets/application.css

/*
 *= require _bootstrap-sprockets # Add line * v3 only
 *= require _honoka # Add line
 *= require_self
 */

and add to application.js

`//= require popper` // * bootstrap ver4 later
`//= require bootstrap-sprockets`

app/assets/javascripts/application.js

//= require jquery2
//= require rails-ujs
//= require activestorage
//= require popper # add line * v4 later
//= require bootstrap-sprockets # add line
//= require turbolinks
//= require_tree .

If you loaded bootstrap-sprockets, you do not need to load bootstrap.min .
Because Dropdown features may not work properly.
Please check here for more details.
(It has been tested on production environment. The sample app is in the 'test/dummy' directory. )


Certain versions also support Nico , Umi and Rin.

app/assets/stylesheets/application.css

 *= require _umi # Add line
 *= require_self

or

 *= require _nico # Add line
 *= require_self

or

 *= require _rin # Add line
 *= require_self

Please check VERSIONS.md for Honoka Nico Umi Rin compatible Ver.

Notice

bootstrap-honoka-rails uses bootstrap or bootstrap-sass internally.

License

The gem is available as open source under the terms of the MIT License.

Supported bootstrap themes

Source URL ... https://github.com/windyakin/Honoka

The MIT License (MIT)

Copyright (c) 2015 windyakin

License View All

Source URL ... https://github.com/ysakasin/Umi

The MIT License (MIT)

Copyright (c) 2015 ysakasin

License View All

Source URL ... https://github.com/kubosho/Nico

The MIT License (MIT)

Copyright (c) 2015 windyakin, kubosho

License View All

Source URL ... https://github.com/raryosu/Rin

The MIT License (MIT)

Copyright (c) 2016 Hagihara Ryosuke

License View All

bootstrap-honoka-rails's People

Contributors

takmg avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.