* Spruce up editor look and feel * Update jest snapshots for editor * Fix editor guide scoping issue
20 lines
No EOL
1.3 KiB
Text
20 lines
No EOL
1.3 KiB
Text
|
|
<h1><strong>Things to Know</strong></h1>
|
|
<ul>
|
|
<li>We use a markdown editor that uses <a href="https://jekyllrb.com/docs/frontmatter/">Jekyll front matter</a>.</li>
|
|
<li>Most of the time, you can write inline HTML directly into your posts.</li>
|
|
<li>We support native Liquid tags and created some fun custom ones, too! Trying embedding a Tweet or GitHub issue in your post.</li>
|
|
<li>Links to unpublished posts are shareable for feedback/review.</li>
|
|
<li>When you're ready to publish, set the published variable to <strong>true.</strong></li>
|
|
</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 is a list of possibilities:</p>
|
|
<ul>
|
|
<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 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> |