NUOVOTAKA personal contens

Contens Front matter

contentDirPath: 'vault/public'

Post

filepath: 'posts/**/*.md'

---
title: 'string'
created: 'date'
updated: 'date'
description: 'string'
category: ['technology','life']
---

Book

filepath: 'books/**/*.md'

---
title: 'string'
author: 'string'
originallyPublished: 'number'
coverImg: filename within _assets folder
---

School

filepath: 'schools/**/*.md'

---
title: 'string'
teacher: 'string'
school: 'string'
created: 'date'
updated: 'date'
description: 'string'
coverImg: filename within _assets folder
---

NowUpdate

filepath: 'now/*.md'

---
title: 'string'
---

Page

filepath: 'pages/**/*.md'

---
title: 'string'
description: 'string'
---

Project

filepath: 'projects/*.md'

---
title: 'string'
organization: 'string'
role: 'string'
created: 'date'
updated: 'date'
tools: 'string'
---

Under the front matter

The text can be listed under the front matter. The description should be in markdown format.