Create Post
  • About
  • Articles
  • Projects
  • Create
  • Uses
Loading...

Writing a Great Post Title

  • Think of your post title as a super short (but compelling!) description — like an overview of the actual post in one short sentence.
  • Use keywords where appropriate to help ensure people can find your post by search.

Adding Tags

  • Tags help others find your post and are a great way to browse content.
  • Choose up to 4 tags that best describe your post. At least 1 tag is required.
  • You can also add tags by typing in the input field. Press Enter, type a comma, or click on a tag to add it.

Editor Basics

  • Use Markdown to write and format posts.
    Commonly used syntax
    ###### HeaderH1 Header
    *italics* or _italics_italics
    **bold**bold
    [Link](https://...)Link
    • item 1
    * item 1
    1. item 1
    1. item 1
    > quoted textquoted text
    `inline code`inline code
    ```code block
    ![alt text](https://...)image
  • For code blocks, you can specify the language, filename, line numbers that need emphasis, and whether or not the code can be run.
  • Embed github repositories using the following syntax:
    {% github username/repo %}