Skip to content

ciaeric/OCram85.github.io

 
 

Repository files navigation

About

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...

Page / Post Template

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
---

Snippets

Table of Content

**Content**

* TOC Placeholder
{:toc}

Content Summary

{% include about.html content="Some awesome content summary goes in here...." %}

Build Status

Build status

About

My personal blog https://OCram85.github.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 46.5%
  • CSS 36.5%
  • Ruby 11.3%
  • JavaScript 5.7%