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

[airflow-site] branch master updated: Add instructions for adding blog posts with images (#282)

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

kaxilnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 006e929  Add instructions for adding blog posts with images (#282)
006e929 is described below

commit 006e9294485acb5ef65c15fdfa4976c0aceefde0
Author: Jarek Potiuk <ja...@polidea.com>
AuthorDate: Mon Aug 17 23:23:00 2020 +0200

    Add instructions for adding blog posts with images (#282)
---
 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: