Welcome to our blog!
- Go to
_posts
- Create a new file named as
YYYY-MM-DD-title-of-post.md
- Make sure the file starts with:
---
title: "<title>"
date: YYYY-MM-DD
categories: [<CAT1>, <CAT2>, <CAT3>]
tags: [<tag1>, <tag2>, <tag3>] # TAG names should always be lowercase
author: <author_initial>
---
- Write the post in Markdown format!
- Go to
_data/authors.yml
- Add a new section like follow, while replacing the <> with your info. The
url
field is for a linkedin page, portfolio, etc.:
<author_initials>:
name: <author_full_name>
url: <author_personal_url>
- Commit, create PR and merge!
For local building instructions checkout the original Chirpy repository.