Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 604 Bytes

blog.md

File metadata and controls

20 lines (15 loc) · 604 Bytes
Error in user YAML: (<unknown>): did not find expected ',' or '}' while parsing a flow mapping at line 1 column 9
---
title: {{ replaceRE "[-_]" " " .Name | title }}
linkTitle: ADD A SHORT TITLE HERE # TODO: add short title or remove this line
date: {{ dateFormat "2006-01-02" .Date }}
author: ADD AUTHOR NAME(S) HERE # TODO
draft: true # TODO: remove this line once your post is ready to be published
# TODO: run the following command before submitting
#   npx prettier --write content/en/{{ .File.Path }}
---

Top-level heading

Top-level headings start at level 2, as shown above.

Paragraphs

Wrap paragraph text at 80 characters, this helps make git diffs (which is line based) more useful.

Happy writing!