Error in user YAML: (<unknown>): did not find expected key while parsing a block mapping at line 1 column 1
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: false
description: "
This post is awesome read it!
"
tags: ["tutorials", [library]]
displayInList: true
authors: ["Bob"]
resources:
- name: featuredImage
src: "my-image.png"
params:
description: "my image description"
showOnTop: true
---
Some cool description before jumping in maybe?
Link.
Here is some code
import numpy as np
...And maybe you need inline maths like
Images must be in PNG and compressed using a tool like pngcrush or
pngquant. For instance:
pngquant --ext .png --force my_figure.pngAnother important aspect is alt-text. All figures must include alt-text. This is very important for inclusiveness.
