Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 779 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 779 Bytes

Jacob's Blog

Run using docker-compose

To start

docker-compose up then navigate to localhost:4000 to view the site.

To end

ctrl+c then docker-compose down


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. More info & On GitHub