Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matrixfox/jekyll-theme-bootstrap
This is a theme for Jekyll that is built from the Bootstrap project.
https://github.com/matrixfox/jekyll-theme-bootstrap
bootstrap jekyll jekyll-theme
Last synced: about 1 month ago
JSON representation
This is a theme for Jekyll that is built from the Bootstrap project.
- Host: GitHub
- URL: https://github.com/matrixfox/jekyll-theme-bootstrap
- Owner: matrixfox
- License: mit
- Created: 2017-04-07T01:49:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-06T16:45:48.000Z (7 months ago)
- Last Synced: 2024-10-09T10:35:56.271Z (about 1 month ago)
- Topics: bootstrap, jekyll, jekyll-theme
- Language: SCSS
- Homepage: http://matrixfox.com/jekyll-theme-bootstrap/
- Size: 666 KB
- Stars: 5
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Jekyll Bootstrap Theme
[![Build Status](https://travis-ci.org/matrixfox/jekyll-theme-bootstrap.svg?branch=master)](https://travis-ci.org/matrixfox/jekyll-theme-bootstrap) [![Gem Version](https://badge.fury.io/rb/jekyll-theme-bootstrap.svg)](https://badge.fury.io/rb/jekyll-theme-bootstrap)
Jekyll Bootstrap Theme is the best of both worlds. Combing the power of Jekyll with Bootstrap. You may use the default template, or make your own.
## Usage
To start using the Bootstrap Jekyll Theme:
1. Add the following to your site's `_config.yml`:
```yml
theme: jekyll-theme-bootstrap
```2. Optionally, add the following to your site's `Gemfile`:
```ruby
gem "github-pages", group: :jekyll_plugins
```## Development
If you'd like to preview the theme locally (for example, in the process of proposing a change):
1. Clone down the theme's repository (`git clone https://github.com/matrixfox/jekyll-theme-bootstrap`)
2. `cd` into the theme's directory
3. Run `script/bootstrap` to install the necessary dependencies
4. Run `bundle exec jekyll serve` to start the preview server
5. Visit [`localhost:4000`](http://localhost:4000) in your browser to preview the themeThe theme contains a minimal test suite, to ensure a site with the theme would build successfully. To run the tests, simply run `script/cibuild`. You'll need to run `script/bootstrap` one before the test script will work.
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/matrixfox/jekyll-theme-bootstrap. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).