Update frontmatters

This commit is contained in:
Ilkka Seppälä
2021-09-12 13:27:23 +03:00
parent 81f9291e76
commit b6b2079a10
202 changed files with 199 additions and 816 deletions

View File

@ -1,9 +1,6 @@
---
layout: pattern
title: Adapter
folder: adapter
permalink: /patterns/adapter/ko
categories: Structural
category: Structural
language: ko
tags:
- Gang of Four

View File

@ -1,9 +1,6 @@
---
layout: pattern
title: Factory
folder: factory
permalink: /patterns/factory/ko
categories: Creational
category: Creational
language: ko
tags:
- Gang of Four

View File

@ -1,9 +1,6 @@
---
layout: pattern
title: Observer
folder: observer
permalink: /patterns/observer/ko
categories: Behavioral
category: Behavioral
language: ko
tags:
- Gang Of Four

View File

@ -1,9 +1,6 @@
---
layout: pattern
title: Prototype
folder: prototype
permalink: /patterns/prototype/ko
categories: Creational
category: Creational
language: ko
tags:
- Gang Of Four

View File

@ -1,9 +1,6 @@
---
layout: pattern
title: Singleton
folder: singleton
permalink: /patterns/singleton/ko
categories: Creational
category: Creational
language: ko
tags:
- Gang of Four

View File

@ -1,9 +1,6 @@
---
layout: pattern
title: Strategy
folder: strategy
permalink: /patterns/strategy/ko
categories: Behavioral
category: Behavioral
language: ko
tags:
- Gang of Four