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:13 UTC

[airflow-site] branch add-instructions-for-blogs-with-images created (now 74c1eb2)

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

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


      at 74c1eb2  Add instructions for ading blogs with images

This branch includes the following new commits:

     new 74c1eb2  Add instructions for ading blogs with images

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by po...@apache.org.
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: