Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 668 Bytes

File metadata and controls

35 lines (26 loc) · 668 Bytes

Jacob's Blog

Run using bundle exec jekyll serve

To start

bundle exec jekyll serve then navigate to localhost:4000 to view the site.

To end

ctrl+c


Strawman template

Blog Posts (comment out any unused line with #)

---
layout: post
title:  ""
author: Jacob
tags: [ 1, 2 ]
categories: [ 1, 2 ]
image: assets/images/
description:
featured: (true/false)
hidden: (true/false)
rating: 4.5 (out of 5)
beforetoc: ""
toc: (true/false)
---

This website is built with Jekyll (hosted on GitHub Pages) and Mediumish template for Jekyll. On GitHub