Skip to content
This repository has been archived by the owner on Nov 18, 2023. It is now read-only.

Commit

Permalink
Remove unused section in README
Browse files Browse the repository at this point in the history
  • Loading branch information
kacperduras committed May 19, 2018
1 parent d3232ff commit 1f28314
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,43 +5,6 @@ The [Mini](https://github.com/TheAdrik/Mini) website template, rewritten for [Je
## Demo
Demo is available [here](https://kacperduras.github.io/jekyll-mini/).

## Installation

I recommend using [jekyll-remote-theme](https://github.com/benbalter/jekyll-remote-theme), example configuration:
```yaml
url: ""
baseurl: ""

lang: en_US

title: Your nickname
author: Your nickname
description: "First element  •  Second element"

remote_theme: kacperduras/jekyll-mini

plugins:
- "jekyll-seo-tag"
- "jekyll-remote-theme"

socials:
- name: "Twitter"
url: "https://twitter.com"
icon: "fa-twitter"
- name: "Facebook"
url: "https://facebook.com"
icon: "fa-facebook"
- name: "GitHub"
url: "https://github.com"
icon: "fa-github"
- name: "Telegram"
url: "https://telegram.com"
icon: "fa-telegram"
- name: "Email"
url: "mailto:mail@example.com"
icon: "fa-envelope-o"
```

## License
The original template is licensed on [MIT License](https://github.com/TheAdrik/Mini/blob/master/LICENSE), by [Adrian "TheAdrik" Orłów](https://github.com/TheAdrik/).
This repository is under [MIT License](LICENSE), by [Kacper "kacperduras" Duras](https://github.com/kacperduras/).

0 comments on commit 1f28314

Please sign in to comment.