Update Editor Guide (#799)

* Add grammar fixes and space separated to tags section

* remove space separated

for space separated to work you actually need to use the # in front of each tag.
This commit is contained in:
Kyle Galbraith 2018-10-03 10:15:42 -07:00 committed by Mac Siri
parent 33db32e5f4
commit 31828780d6

View file

@ -13,13 +13,13 @@
</ul>
<h2><u><strong>Front Matter</strong></u></h2>
<p>Custom variables set for each post, located between the triple-dashed lines in your editor. Here are a list of possibilities:</p>
<p>Custom variables set for each post, located between the triple-dashed lines in your editor. Here is a list of possibilities:</p>
<ul>
<li><strong>title:</strong> title of your article</li>
<li><strong>title:</strong> the title of your article</li>
<li><strong>published:</strong> boolean that determines whether or not your article is published</li>
<li><strong>description:</strong> description area in Twitter cards and open graph cards</li>
<li><strong>tags:</strong> max of four tags, needs to be comma-separated</li>
<li><strong>canonical_url:</strong> link for canonical version of content</li>
<li><strong>canonical_url:</strong> link for the canonical version of the content</li>
<li><strong>cover_image: </strong> cover image for post, accepts a URL. <br>The best size is 1000 x 420.</li>
</ul>
<h2><u><strong>Markdown Basics</strong></u></h2>