diff options
author | spf13 <[email protected]> | 2014-05-29 18:42:05 -0400 |
---|---|---|
committer | spf13 <[email protected]> | 2014-05-29 18:45:22 -0400 |
commit | 05875153bcc56e9ee25532e9afd5a575a3e95938 (patch) | |
tree | 427e29840d74a74122d5d5d2b12554d4eb654592 /docs/content/showcase/heyitsalex.md | |
parent | 2b90779f0fe5dc9a852a840ec8f00d9ecdfc2413 (diff) | |
download | hugo-0.11.tar.gz hugo-0.11.zip |
Converting front matter to YAMLv0.11
Diffstat (limited to 'docs/content/showcase/heyitsalex.md')
-rw-r--r-- | docs/content/showcase/heyitsalex.md | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/docs/content/showcase/heyitsalex.md b/docs/content/showcase/heyitsalex.md index b72d6d809..c617d307e 100644 --- a/docs/content/showcase/heyitsalex.md +++ b/docs/content/showcase/heyitsalex.md @@ -1,11 +1,14 @@ -+++ -title = "Hey, it's Alex" -date = 2014-03-09T06:00:00Z -description = "" -license = "MIT" -licenseLink = "" -sourceLink = "https://github.com/alexandre-normand/alexandre-normand" -sitelink = "http://heyitsalex.net" -thumbnail = "/static/img/heyitsalex-tn.jpg" -tags = [ "personal", "blog" ] -+++ +--- +date: 2014-03-09T06:00:00Z +description: "" +license: MIT +licenseLink: "" +sitelink: http://heyitsalex.net +sourceLink: https://github.com/alexandre-normand/alexandre-normand +tags: +- personal +- blog +thumbnail: /static/img/heyitsalex-tn.jpg +title: Hey, it's Alex +--- + |