From 8a094bbe935a2f1ba61e4e539f6a94fb9ee8a175 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Wed, 25 Jun 2014 18:08:08 +0800 Subject: [PATCH] Add html-meta. --- badges.md | 2 +- html-meta.md | 41 +++++++++++++++++++++++++++++++++++++++++ sh-pipes.md | 6 ++++++ 3 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 html-meta.md create mode 100644 sh-pipes.md diff --git a/badges.md b/badges.md index 95fef511b3..6c40dca7e0 100644 --- a/badges.md +++ b/badges.md @@ -106,7 +106,7 @@ Here are some badges for open source projects. ## Thanks - **Jsfuse** © 2014, Rico Sta. Cruz. Released under the [MIT License].
+ **Jsfuse** © 2014+, Rico Sta. Cruz. Released under the [MIT License].
Authored and maintained by Rico Sta. Cruz with help from [contributors]. > [ricostacruz.com](http://ricostacruz.com)  ·  diff --git a/html-meta.md b/html-meta.md new file mode 100644 index 0000000000..0567b2aff5 --- /dev/null +++ b/html-meta.md @@ -0,0 +1,41 @@ +--- +title: "HTML: meta tags" +layout: default +--- + +### Viewport + + + + +### UA + + + +### URL + + + + + +### Title + + ... + + + +### Description + + + + + +### Image + + + + +### Reference + + * https://dev.twitter.com/docs/cards + * https://developers.facebook.com/docs/opengraphprotocol/#types diff --git a/sh-pipes.md b/sh-pipes.md new file mode 100644 index 0000000000..1c7da0fc29 --- /dev/null +++ b/sh-pipes.md @@ -0,0 +1,6 @@ +--- +title: "Shell: named pipes" +layout: default +--- + + diff <(ls ./old) <(ls ./new)