0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Minimalistic Jekyll template, for personal sites
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.16
~> 12.0

Runtime

~> 3.8.3
 Project Readme

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.