Lone Wolf Theme Jekyll¶ ↑
A simple bootstrap based jekyll theme.
It uses
Who uses it¶ ↑
Screenshots¶ ↑
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 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 yourGemfile
. -
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 to LWT.