You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2020/08/17 20:11:14 UTC

[airflow-site] 01/01: Add instructions for ading blogs with images

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch add-instructions-for-blogs-with-images
in repository https://gitbox.apache.org/repos/asf/airflow-site.git

commit 74c1eb23ad1334792be430225b203ca1cbae57ce
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Mon Aug 17 22:10:34 2020 +0200

    Add instructions for ading blogs with images
---
 CONTRIBUTE.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/CONTRIBUTE.md b/CONTRIBUTE.md
index 72389c6..6ca0aed 100644
--- a/CONTRIBUTE.md
+++ b/CONTRIBUTE.md
@@ -194,6 +194,16 @@ date: <date in YYYY-MM-DD format>
 ```
 Below frontmatter, put your blogpost content.
 
+### How to add a blog post with images
+
+In order to add a new blog post with images, you need to add it in sub-folder of the "blog" folder and
+name your markdown file "index.md". Images placed  in this folder can be referred to directly from
+the markdown file using this directive:
+
+```markdown
+![Alt text](image.png)
+```
+
 ### How to add a new case study
 
 To add a new case study with pre-filled frontmatter, in `<ROOT DIRECTORY>/landing-pages/site` run: