Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mslinn/jekyll_bootstrap5_tabs
Enables Bootstrap 5 tabs in Jekyll websites
https://github.com/mslinn/jekyll_bootstrap5_tabs
bootstrap5 jekyll jekyll-tag tabs-widget
Last synced: about 1 month ago
JSON representation
Enables Bootstrap 5 tabs in Jekyll websites
- Host: GitHub
- URL: https://github.com/mslinn/jekyll_bootstrap5_tabs
- Owner: mslinn
- License: mit
- Fork: true (Applifort/jekyll-simple-tab)
- Created: 2022-02-12T19:17:20.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-25T18:46:08.000Z (5 months ago)
- Last Synced: 2024-09-26T16:38:12.307Z (3 months ago)
- Topics: bootstrap5, jekyll, jekyll-tag, tabs-widget
- Language: Ruby
- Homepage: https://www.mslinn.com/jekyll_plugins/jekyll_bootstrap5_tabs.html
- Size: 3.08 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-jekyll-plugins - **Bootstrap 5 Tabs**
README
# Jekyll Bootstrap 5 Tabs [![Gem Version](https://badge.fury.io/rb/jekyll_bootstrap5_tabs.svg)](https://badge.fury.io/rb/jekyll_bootstrap5_tabs)
The original version, written by Artur Gabitov, expected Markdown and Bootstrap 4.
[This version](https://rubygems.org/gems/jekyll_bootstrap5_tabs) requires Bootstrap 5 and HTML, not Markdown.More information is available on my web site about
[this Jekyll plugin](https://www.mslinn.com/blog/2022/02/13/jekyll-gem.html)
and [my other Jekyll plugins](https://www.mslinn.com/blog/2020/10/03/jekyll-plugins.html).## Installation
Add this to your project's `Gemfile`:
```ruby
gem 'jekyll_bootstrap5_tabs'
```Add this to your project's `_config.yml`:
```yaml
plugins:
- jekyll_bootstrap5_tabs
```And then execute:
```shell
$ bundle
```## Usage
Bootstrap 5 is required.
One way to include Bootstrap 5 into a page within your project is to add the following HTML into the `