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:
parent
33db32e5f4
commit
31828780d6
1 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue