Skip to content

Commit

Permalink
improve: Remove outdated home page content
Browse files Browse the repository at this point in the history
  • Loading branch information
manid2 committed Aug 6, 2023
1 parent 60a7df3 commit b05c7d9
Showing 1 changed file with 6 additions and 53 deletions.
59 changes: 6 additions & 53 deletions docs/_pages/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,69 +36,22 @@ feature_rows:

## Introduction

Lone Wolf Theme is a simple bootstrap based jekyll theme created by
[manid2][2].
Lone Wolf Theme is a simple bootstrap based [Jekyll][jekyll] theme created by
[manid2][md2].

[Click here for ad...][adsterra_dl]

It is infamous for abstracting away the frontend code using [Bootstrap 4][bs4]
and [Bootswatch wrappers][bootswatch] to help us focus on the
<span class="badge badge-primary">content</span> and the
<span class="badge badge-primary">functions</span>.

Since there is no good boostrap based theme for [jekyll][jekyll]
I have created this theme in my free time.
To learn both the web development and contribute to open source softwares.

Have used popular jekyll themes such as [minimal mistakes][min-mis].
And I wanted to have my own theme so I can modify it to suit my needs.

Bootstrap is a popular frontend framework for websites.
It is used for consistency in the code and is easy to maintain and extend.
Bootswatch is a wrapper theme for plain bootstrap.
It enhances the plain bootstrap to a great extent.

LWT is compatible with github pages.
It uses [animate.css][ani-css] for animations.

## 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.
It uses [Bootstrap 4][bs4] and [Bootswatch wrappers][bootswatch] to style the
content and [animate.css][ani-css] for animations. Initially based on popular
Jekyll theme [minimal mistakes][min-mis].

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

[1]: https://manid2.github.io/lone-wolf-theme/
[2]: https://manid2.gitlab.io/
[3]: {{ '/contribute/' | relative_url }}
[md2]: https://manid2.gitlab.io/

[adsterra_dl]: https://www.highcpmrevenuegate.com/tk17ncqp?key=484c772258d73d54a528cc874518bfaa

0 comments on commit b05c7d9

Please sign in to comment.