Post

templates record: .

Chinese version: /zh-hant/templates/knowledge-post/

Reusable template

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
title: "<Clear record title>"
date: YYYY-MM-DD 09:00:00 +0800
permalink: /knowledge/<slug>/
categories: [knowledge]
tags: [learning, <specific-topic>, <specific-topic>]
description: "<One clear sentence explaining the record's value.>"
comments: false
toc: true
language: en
translation_key: <slug>
record_type: knowledge
---

> **Chinese version:** [/zh-hant/knowledge/<slug>/](/zh-hant/knowledge/<slug>/)

## Core idea

## Explanation

## Example or application

## Limits or conditions

## Related notes

- [Related public note](/knowledge/<related-slug>/)

This post is licensed under CC BY 4.0 by the author.