From 6cb378e83fe152ad0d3e052bb49e01bca896b646 Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Sun, 29 Nov 2015 20:26:43 +0100 Subject: [PATCH] Inline docs: Add link to YAML wikipedia article Official resources about YAML are ... - impossible to understand for a ordinary user. --- content-sample/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content-sample/index.md b/content-sample/index.md index 55d385d..40abb8b 100644 --- a/content-sample/index.md +++ b/content-sample/index.md @@ -72,8 +72,8 @@ follows: !\[Image Title\](%base_url%/assets/image.png) Text files are marked up using [Markdown][]. They can also contain regular HTML. -At the top of text files you can place a block comment and specify certain -attributes of the page. For example: +At the top of text files you can place a block comment and specify certain meta +attributes of the page using [YAML][] (the "YAML header"). For example: --- Title: Welcome @@ -285,6 +285,7 @@ setting `$config['rewrite_url'] = true;` in your `config/config.php`. For more help have a look at the Pico documentation at http://picocms.org/docs. [Markdown]: http://daringfireball.net/projects/markdown/syntax +[YAML]: https://en.wikipedia.org/wiki/YAML [Twig]: http://twig.sensiolabs.org/documentation [WikiThemes]: https://github.com/picocms/Pico/wiki/Pico-Themes [WikiPlugins]: https://github.com/picocms/Pico/wiki/Pico-Plugins