Go to Settings
> Secrets and variables
> Actions
> Variables
> New repository variable
BASEPATH
e.g./website
or left blankMETADATABASE
e.g.https://shitzuapes.xyz
-
Fork the repository
-
Create a new folder in the
blogs
directory with the formatYYYY-MM-DD-title
. -
Create a
readme.md
file inside the new folder with the following format:
---
date: YYYY-MM-DD
title: Title
description: Description
author: Author
tags: [tag1, tag2]
---
-
If you want to add images to the blog post, add them to the new folder and reference them in the
readme.md
file. -
Commit and push your changes.
-
Create a pull request