mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-01-13 16:18:07 -05:00
11 lines
680 B
Markdown
11 lines
680 B
Markdown
---
|
|
authors: ["Your Name"] # Add your name or multiple authors in an array
|
|
title: "Your Article Title" # The title of your article
|
|
image: "/articles/articles-name-folder/cover.webp" # Image used as cover, Keep in mind the image size, where possible use .webp format, possibly images less then 200/300kb
|
|
tldr: "A brief summary of your article" #Short summary
|
|
date: "YYYY-MM-DD" # Publication date in ISO format
|
|
canonical: "mirror.xyz/my-new-article" # (Optional) The original source URL, this tells search engines the primary version of the content
|
|
tags: ["tag1", "tag2"] # (Optional) Add relevant tags as an array of strings to categorize the article
|
|
projects: ["project-1"]
|
|
---
|