ADD_BLOG.md
Please follow these steps to add your blog to Falco blog folder:
falco-website/content/en/blog/ create a directory to contain your Markdown index.md file and a subdirectory called images/.
falco-website/content/en/blog/gitops-your-falco-rules/
falco-website/content/en/blog/gitops-your-falco-rules/index.md
falco-website/content/en/blog/gitops-your-falco-rules/images/
gitops-your-falco-rules/images/
gitops-your-falco-rules/images/gitops-your-falco-rules-01.png
gitops-your-falco-rules/images/gitops-your-falco-rules-02.png
gitops-your-falco-rules/images/gitops-your-falco-rules-03.png
gitops-your-falco-rules/images/gitops-your-falco-rules-04.png
-featured suffix before the file extension. This setting will display the image at the top of the article substituting the default featured image.
gitops-your-falco-rules/images/
....
gitops-your-falco-rules/images/gitops-your-falco-rules-featured.png
index.md with the content of the article, like in this example.index.md file and replace these fields with your data. The list of available tags can be found here.
---
title: Article name
date: 2023-01-01
author: FirstName FirstLastName, SecondName SecondLastName, ...
slug: aricle-name-with-dashes
tags: ["Falco", "Rules", ...]
---
Content of the article ...
index.md file (the front matter), set the web featured image. It will be displayed when sharing the blog post on social networks.
featured.---
title: GitOps your Falco Rules
...
slug: gitops-your-falco-rules
images:
- /blog/gitops-your-falco-rules/images/gitops-your-falco-rules-featured.png
---
/kind content and /area blog lines to set the right labels.