Your First Post
2020-09-14
Here are the simple steps to add a guide or a blog post:
- Checkout
https://gitlab.com/innostream/marketing-websites/-/tree/less_dummy_more_real - Create a Mardown file in the appropriate sub-directory in
daiquiri_dev_portal/posts: eitherd_blogord_guides. - Add the top of the file, add the following frontmatter:
title,date,category,summary. Optionally,featuredcan be used too to make it a featured post - its value is the order index of the featured post. -
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: - 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.