Your First Post

2020-09-14

Here are the simple steps to add a guide or a blog post:

  1. Checkout https://gitlab.com/innostream/marketing-websites/-/tree/less_dummy_more_real
  2. Create a Mardown file in the appropriate sub-directory in daiquiri_dev_portal/posts: either d_blog or d_guides.
  3. Add the top of the file, add the following frontmatter: title, date, category, summary. Optionally, featured can be used too to make it a featured post - its value is the order index of the featured post.
  4. Add your post content after the frontmatter. There is no need to include a starting header, the title will become the header.

    Example:

    ---
    title: "Your First Post"
    date: "2020-09-14"
    category: "General"
    summary: "Follow the steps to add your first post."
    featured: 1
    ---
    
    Here are the simple steps to add a guide or a blog post: 
    
  5. Push the file to the repo.

If you want to have an image for the blog post. Include a JPG image with the same name as your markdown file.

Daiquiri Technology © 2020