Fix several frontmatter issues
This commit is contained in:
parent
63c707fcb1
commit
19b129c28e
@ -3,7 +3,7 @@ layout: pattern
|
|||||||
title: Collection Pipeline
|
title: Collection Pipeline
|
||||||
folder: collection-pipeline
|
folder: collection-pipeline
|
||||||
permalink: /patterns/collection-pipeline/
|
permalink: /patterns/collection-pipeline/
|
||||||
categories: Functional
|
categories: Other
|
||||||
tags:
|
tags:
|
||||||
- Java
|
- Java
|
||||||
- Difficulty-Beginner
|
- Difficulty-Beginner
|
||||||
|
@ -3,7 +3,7 @@ layout: pattern
|
|||||||
title: Commander
|
title: Commander
|
||||||
folder: commander
|
folder: commander
|
||||||
permalink: /patterns/commander/
|
permalink: /patterns/commander/
|
||||||
categories:
|
categories: Other
|
||||||
tags:
|
tags:
|
||||||
- Java
|
- Java
|
||||||
- Difficulty-Intermediate
|
- Difficulty-Intermediate
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
layout: pattern
|
layout: pattern
|
||||||
title: Double Buffer
|
title: Double Buffer
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
layout: pattern
|
layout: pattern
|
||||||
title: Game Loop
|
title: Game Loop
|
||||||
|
@ -3,7 +3,7 @@ layout: pattern
|
|||||||
title: Master-Worker
|
title: Master-Worker
|
||||||
folder: master-worker-pattern
|
folder: master-worker-pattern
|
||||||
permalink: /patterns/master-worker-pattern/
|
permalink: /patterns/master-worker-pattern/
|
||||||
categories: Centralised Parallel Processing
|
categories: Other
|
||||||
tags:
|
tags:
|
||||||
- Java
|
- Java
|
||||||
- Difficulty-Intermediate
|
- Difficulty-Intermediate
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
layout: pattern
|
layout: pattern
|
||||||
title: Sharding
|
title: Sharding
|
||||||
|
@ -3,7 +3,7 @@ layout: pattern
|
|||||||
title: Spatial Partition
|
title: Spatial Partition
|
||||||
folder: spatial-partition
|
folder: spatial-partition
|
||||||
permalink: /patterns/spatial-partition/
|
permalink: /patterns/spatial-partition/
|
||||||
categories: Game Programming pattern/Optimisation pattern
|
categories: Other
|
||||||
tags:
|
tags:
|
||||||
- Java
|
- Java
|
||||||
- Difficulty-Intermediate
|
- Difficulty-Intermediate
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
layout: pattern
|
layout: pattern
|
||||||
title: Subclass Sandbox
|
title: Subclass Sandbox
|
||||||
|
@ -3,7 +3,7 @@ layout: pattern
|
|||||||
title: Trampoline
|
title: Trampoline
|
||||||
folder: trampoline
|
folder: trampoline
|
||||||
permalink: /patterns/trampoline/
|
permalink: /patterns/trampoline/
|
||||||
categories: Behavior
|
categories: Behavioral
|
||||||
tags:
|
tags:
|
||||||
- Java
|
- Java
|
||||||
- Difficulty-Intermediate
|
- Difficulty-Intermediate
|
||||||
|
Loading…
x
Reference in New Issue
Block a user