kacperduras / jekyll-mini

Minimalistic Jekyll template, for personal sites

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jekyll-mini Build Status

The Mini website template, rewritten for Jekyll :)

Demo

Demo is available here.

Installation

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:mail@example.com"
    icon: "fa-envelope-o"

License

The original template is licensed on MIT License, by Adrian "TheAdrik" Orłów.
This repository is under MIT License, by Kacper "kacperduras" Duras.

About

Minimalistic Jekyll template, for personal sites

License:MIT License


Languages

Language:CSS 69.0%Language:HTML 14.8%Language:Ruby 11.0%Language:Shell 5.2%