Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 419 Bytes

File metadata and controls

28 lines (25 loc) · 419 Bytes
Error in user YAML: (<unknown>): did not find expected key while parsing a block mapping at line 1 column 1
---
title: "{{ replace .Name "-" " " | title }}"
author: Me
type: post
date:  {{ .Date }}
# optional
lastmod: {{ .Date }}
cover:
  src: feature.jpg
  caption: Title image caption *Markdown* **supported**
draft: true
categories:
  - A
  - B
  - C
tags:
  - Hugo
  - Game Development
  - Internet of Things (IoT)
  - Linux
description: Read this interesting post, it's totally worth it.
---

CONTENT

 

Source: xyz