Skip to content
This repository was archived by the owner on Jul 23, 2025. It is now read-only.

Commit 8519c06

Browse files
committed
template
1 parent 68a0503 commit 8519c06

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

templates/yyyy-mm-dd-name.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: A cool title!
3+
author: Your name or team name
4+
author_title: Unity, title
5+
tags: [tag]
6+
description: A couple short lines describing the blog post, for search & SEO.
7+
hide_table_of_contents: false
8+
---
9+
10+
This is a blog template, using markdown.
11+
12+
* Add a title (H1 for the page).
13+
* Enter a name and title if you like. We do like having at least a name or team name to give a personal touch for the community.
14+
* The tags will group content together.
15+
* The description fills in the metadata for searches.
16+
17+
How to create a blog:
18+
19+
1. Copy this file.
20+
1. Name the file with `yyyy-mm-dd-name.md`.
21+
1. Save it in the */blog* root folder in this repo.
22+
1. Save any images to */static/img/blog*.
23+
24+
Need a format? See */docs/template.md*.

0 commit comments

Comments
 (0)