ComputerScienceHouse / blog

A public blog for CSH
MIT License
3 stars 53 forks source link
blog csh jekyll

CSH Blog

Installation

Dependencies

Debian/Ubuntu

apt install ruby-dev

Fedora/RedHat

dnf install ruby-devel zlib-devel

Posting

Post Format

---
layout: post
title: ""
date: 
categories:
  - 
description: 
image: 
image-sm:
author: 
author-image: 
author-bio: 
author-email: 
author-social:
  github: 
---

Example

---
layout: post
title:  Intro to GitHub
date:   2017-10-22 12:25:00
categories: 
  - git
  - GitHub
description: GitHub is an incredible tool, not only for development, but for learning
image: https://devinmatte.github.io/images/posts/intro-to-github/profile.png
image-sm: https://devinmatte.github.io/images/posts/intro-to-github/profile.png
author: Devin Matte
author-image: https://avatars3.githubusercontent.com/u/9310513
author-bio: Second Year Software Engineering Student at Rochester Institute of Technology
author-email: devin@devinmatte.com
author-social:
  github: https://github.com/devinmatte
  linkedin: https://www.linkedin.com/in/devin-m-5556a386/
---