Fix several frontmatter issues

This commit is contained in:
Ilkka Seppälä 2019-11-16 21:56:40 +02:00
parent 63c707fcb1
commit 19b129c28e
10 changed files with 10 additions and 14 deletions

View File

@ -1,6 +1,6 @@
---
layout: pattern
title: CircuitBreaker
title: Circuit Breaker
folder: circuit-breaker
permalink: /patterns/circuit-breaker/
categories: Other

View File

@ -3,7 +3,7 @@ layout: pattern
title: Collection Pipeline
folder: collection-pipeline
permalink: /patterns/collection-pipeline/
categories: Functional
categories: Other
tags:
- Java
- Difficulty-Beginner

View File

@ -3,7 +3,7 @@ layout: pattern
title: Commander
folder: commander
permalink: /patterns/commander/
categories:
categories: Other
tags:
- Java
- Difficulty-Intermediate

View File

@ -1,4 +1,3 @@
---
layout: pattern
title: Double Buffer

View File

@ -1,4 +1,3 @@
---
layout: pattern
title: Game Loop

View File

@ -3,7 +3,7 @@ layout: pattern
title: Master-Worker
folder: master-worker-pattern
permalink: /patterns/master-worker-pattern/
categories: Centralised Parallel Processing
categories: Other
tags:
- Java
- Difficulty-Intermediate

View File

@ -1,8 +1,7 @@
---
layout: pattern
title: Sharding
folder: sharding
folder: sharding
permalink: /patterns/sharding/
categories: Other
tags:

View File

@ -3,7 +3,7 @@ layout: pattern
title: Spatial Partition
folder: spatial-partition
permalink: /patterns/spatial-partition/
categories: Game Programming pattern/Optimisation pattern
categories: Other
tags:
- Java
- Difficulty-Intermediate

View File

@ -1,4 +1,3 @@
---
layout: pattern
title: Subclass Sandbox

View File

@ -3,7 +3,7 @@ layout: pattern
title: Trampoline
folder: trampoline
permalink: /patterns/trampoline/
categories: Behavior
categories: Behavioral
tags:
- Java
- Difficulty-Intermediate