Adding Content to blog
Add data your blog content with YAML syntax, It's easy since you just put the title and description in front matter
Filename site/content/blog/how-we-grow-our-local-community.md
---
title: How we grow our local community
description: The Initial Business of Tulip.xyz?
date: 2022-04-08
alt: Starting for Tulip.xyz
subhead: Starting for now
thumbnail: "https://cdn.pixabay.com/photo/2016/05/05/02/37/sunset-1373171_1280.jpg"
authors:
- hijauadmin
tags:
- blog # blog is a required tag for the article to show up in the blog.
- community
---
Copy this front matter every time you like to adding the contents.
Then you can write the contents with markdown format.