Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rcvalle/jekyll-theme-bootstrap4
A Bootstrap-based Jekyll theme.
https://github.com/rcvalle/jekyll-theme-bootstrap4
bootstrap bootstrap4 jekyll jekyll-theme theme
Last synced: about 1 month ago
JSON representation
A Bootstrap-based Jekyll theme.
- Host: GitHub
- URL: https://github.com/rcvalle/jekyll-theme-bootstrap4
- Owner: rcvalle
- License: mit
- Created: 2018-11-08T05:15:33.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2022-09-01T03:29:37.000Z (about 2 years ago)
- Last Synced: 2024-04-25T23:04:37.002Z (7 months ago)
- Topics: bootstrap, bootstrap4, jekyll, jekyll-theme, theme
- Language: HTML
- Homepage:
- Size: 44.9 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
jekyll-theme-bootstrap4
=======================![Build Status](https://github.com/rcvalle/jekyll-theme-bootstrap4/workflows/build/badge.svg)
A [Bootstrap-based](https://getbootstrap.com/) Jekyll theme.
Installation
------------To install jekyll-theme-bootstrap4:
1. Add the following lines to your Jekyll site's `Gemfile` file:
gem 'jekyll-paginate'
gem 'jekyll-theme-bootstrap4'2. On a command prompt or terminal with your Jekyll site's directory as the
current working directory, run the following command:$ bundle install
Usage
-----To use jekyll-theme-bootstrap4:
1. Add the `jekyll-paginate` plugin to your Jekyll site's `_config.yml` file
under `plugins`:plugins:
- jekyll-paginate2. Add the `paginate` option to your Jekyll site's `_config.yml` file and
replace `3` by the preferred maximum number of posts to display per page:paginate: 3
3. Add the following line to your Jekyll site's `_config.yml` file:
theme: jekyll-theme-bootstrap4
4. Copy the `_plugins` directory from the theme's directory to your Jekyll
site's directory.5. Copy the `category.html` and `tag.html` files from the theme's `_layouts`
directory to your Jekyll site's `_layouts` directory.6. Copy the `index.html` file from the theme's directory to your Jekyll
site's directory.7. Optional: Add the following line to your Jekyll site's `_config.yml` file
and replace `UA-XXXXX-Y` by your Analytics tracking ID:analytics: UA-XXXXX-Y
8. Optional: Add the following line to your Jekyll site's `_config.yml` file
and replace `EXAMPLE` by your Disqus shortname:disqus_shortname: EXAMPLE
See [_config.yml](_config.yml) for an example configuration file.
Contributing
------------See [CONTRIBUTING.md](CONTRIBUTING.md).
License
-------Licensed under the MIT License. See [LICENSE](LICENSE) for license text and
copyright information.