The Mini website template, rewritten for Jekyll :)
Demo is available here.
I recommend using jekyll-remote-theme, example configuration:
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:[email protected]"
icon: "fa-envelope-o"
The original template is licensed on MIT License, by Adrian "TheAdrik" Orłów.
This repository is under MIT License, by Kacper "kacperduras" Duras.