From c3184255bfed20a9d365790e87839300d1f8f1bd Mon Sep 17 00:00:00 2001 From: Joseph McCarthy Date: Sat, 26 Dec 2015 22:29:45 +0000 Subject: [PATCH] Add template index.md for population later #324 --- delegation/index.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 delegation/index.md diff --git a/delegation/index.md b/delegation/index.md new file mode 100644 index 000000000..a36821668 --- /dev/null +++ b/delegation/index.md @@ -0,0 +1,28 @@ +--- # this is so called 'Yaml Front Matter', read up on it here: http://jekyllrb.com/docs/frontmatter/ +layout: pattern # layout must allways be pattern +title: Best Pattern Ever # the properly formatted title +folder: best-pattern-ever # the folder name in which this pattern lies +permalink: /patterns/best-pattern-ever/ # the permalink to the pattern, to keep this uniform please stick to /patterns/FOLDER/ + +# both categories and tags are Yaml Lists +# you can either just pick one or write a list with '-'s +# usable categories and tags are listed here: https://github.com/iluwatar/java-design-patterns/blob/gh-pages/_config.yml +categories: creational # categories of the pattern +tags: # tags of the pattern + - best + - ever + - awesome +--- + +**Intent:** Makes your code awesome + +![alt text](./etc/best_pattern.png "Best Pattern Ever") + +**Applicability:** Use the Best Pattern Ever pattern when + +* you want to be the best +* you need to ... + +**Real world examples:** + +* [Nowhere](http://no.where.com) \ No newline at end of file