Sha256: d1023b70dbd5ea8a0ade4cf2c512d4e458ed9809db2edc24787407407e635417

Contents?: true

Size: 1.87 KB

Versions: 3

Compression:

Stored size: 1.87 KB

Contents

# [Lone Wolf Theme Jekyll][1]

[![LICENSE](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://github.com/manid2/lone-wolf-theme/blob/master/LICENSE)
[![Jekyll](https://img.shields.io/badge/jekyll-%3E%3D%203.8-blue.svg)][jekyll]
[![Ruby gem](https://badge.fury.io/rb/lone-wolf-theme.svg)](https://rubygems.org/gems/lone-wolf-theme/)
[![Build Status](https://travis-ci.com/manid2/lone-wolf-theme.svg?branch=master)](https://travis-ci.com/manid2/lone-wolf-theme)

A simple [bootstrap][bs4] based jekyll theme.

It uses

- [github-pages compatible gems][gh-gems]
- [bootswatch wrappers][bootswatch]
- [animate.css][ani-css].

## Who uses it

- [Lone wolf theme docs][1]
- [Me, manid2][2]

## Installation

### Using remote theme

Easiest way to use the theme if you dont want to make changes to the theme's
code.

- Add `remote_theme    : "manid2/lone-wolf-theme"` to your `_config.yml` file.

### By forking the theme repository

If you want to make changes to the code and to truly own the site.
Follow the blog on [smashing magazine][sm-gh-pages] to learn about this method.

### As a ruby gem

When you want to host the site on any server other than the github pages
and also to make use of plenty of jekyll plugins.

- Add `gem "lone-wolf-theme"` to your `Gemfile`.
- Update bundled gems by using `bundle` command.
- Add `theme    : "lone-wolf-theme"` to your `_config.yml`.

## Contribution

Use the link to learn how to [contribute][3] to LWT.

<!-- Links in the post -->
[jekyll]: https://jekyllrb.com/
[bs4]: https://getbootstrap.com/
[bootswatch]: https://bootswatch.com/
[gh-gems]: https://pages.github.com/versions/
[ani-css]: https://daneden.github.io/animate.css/
[sm-gh-pages]: https://www.smashingmagazine.com/2014/08/build-blog-jekyll-github-pages/

[1]: https://manid2.github.io/lone-wolf-theme/
[2]: https://manid2.github.io/
[3]: https://manid2.github.io/lone-wolf-theme/contribute/

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
lone-wolf-theme-1.1.0 README.md
lone-wolf-theme-1.0.7 README.md
lone-wolf-theme-1.0.6 README.md