-
-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Documentation fixes and enhancements, fixes #10
- Loading branch information
Showing
11 changed files
with
199 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,57 @@ | ||
# [Lone Wolf Theme Jekyll](https://github.com/manid2/lone-wolf-theme/) | ||
# [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/) | ||
|
||
## Introduction | ||
A simple [bootstrap][bs4] based jekyll theme. | ||
|
||
Simple, elegant and efficient website theme for solo freelancers. | ||
AKA **lone wolves** who strive to run a business single handedly. | ||
It is for [Jekyll][jekyll] static site generator and uses [Bootstrap 4][bs4] with beautiful [Bootswatch][bootswatch] themes. | ||
It uses | ||
|
||
## Who uses it | ||
- [github-pages compatible gems][gh-gems] | ||
- [bootswatch wrappers][bootswatch] | ||
- [animate.css][ani-css]. | ||
|
||
### As of now | ||
## Who uses it | ||
|
||
- Lone wolf theme [docs][lwt-docs] | ||
- Me, [manid2][manid2] | ||
- [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 | ||
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. | ||
- 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 [here](https://www.smashingmagazine.com/2014/08/build-blog-jekyll-github-pages/). | ||
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`. | ||
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/ | ||
[manid2]: https://manid2.github.io/ | ||
[lwt-docs]: https://manid2.github.io/lone-wolf-theme/ | ||
[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/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
--- | ||
layout: page | ||
title: "Contribute" | ||
permalink: /contribute/ | ||
--- | ||
|
||
List of things you can contribute to [LWT][lwt]. | ||
|
||
- Add or request a new feature. | ||
- Fix or raise a github issue to fix a bug. | ||
- Improve development process as I am not native to ruby development. | ||
- Add documentation or samples to demonstrate the theme and its features. | ||
- Market, spread and enhance its usage if you like it. | ||
|
||
Prize for your contribution | ||
|
||
- Recognition | ||
- Work Experience | ||
|
||
## Guidelines | ||
|
||
Please follow the below guidelines to contribute to LWT. | ||
|
||
LWT uses `Fork, modify and submit Pull Request` model to collaborate. | ||
|
||
### Branch naming rules | ||
|
||
Permanent branches, these are protected. | ||
|
||
1. master - latest and stable product. | ||
|
||
Temporary branches, for development, are deleted after merging with master | ||
branch. | ||
|
||
1. feature-id | ||
2. bugfix-id | ||
3. hotfix-id | ||
4. docfix-id | ||
|
||
## Tips | ||
|
||
- Use project boards for raw ideas and non code information. | ||
- Use github issues for project ideas implementation. | ||
|
||
<!-- Links --> | ||
[lwt]: https://github.com/manid2/lone-wolf-theme |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.