Tulip Theme Docs

Adding Content to Project

Create New file with markdown format .md inside folder content/portfolio

And you can copy front matter syntax below there or following the current contents inside portfolio folder

Example:

Filename site/content/blog/silence-of-middle-sea.md
---
layout: 'project-page'
title: 'Paloh Mangrove Protection | Tulip'
intro:
    location: Sambas, Indonesia
    title: 'Deep Green Mangrove Forest'
    summary: |
        Our first mangrove forest project here. 
    featured: "https://cdn.pixabay.com/photo/2015/07/09/22/45/tree-838667_1280.jpg"
tags:
    - portfolio
---

Then you can write the rest of contents with markdown format.

Note: Remember you must put portfolio inside tags syntax.