This is repo contains the source files of my personal jekyll based blog. The theme is based on beautiful-jekyll by Dean Attali.
❓ If you like my customization, start with cloning the origin repository by Dean and follow his readme article!
I contribute to his repository and try to create PRs for all the changes I did. Chances are good that these PRs are already merged...
My personal template for all available Front Matter YAML vars
---
layout: # page | post (blog) | minimal
title: # Page or blog post title
subtitle: # Short description of page or blog post that goes under the title
image: # /path/to/img
show-avatar: #(false) | true
bigimg: # /path/to/img - or multiple entries <- "Path": "Description">
category: # Powershell
tags: # [tag1, tag2, tag3]
# ---- Jekyll optional vars ---- #
# date: # overrides tha tage from the file name YYYY-MM-DD HH:MM:SS
# permalink: # (default /year/month/day/title.html)
# published: # (true) | false
# ---- Theme based optional vars ---- #
# comments: # (false) | true
# show-avatar: # (true) | false
# social-share: # If you don't want to show buttons to share a blog post on social media, use social-share: false (this feature is turned on by default).
# use-site-title: # (false) | true
---
**Content**
* TOC Placeholder
{:toc}
{% include about.html content="Some awesome content summary goes in here...." %}