contentDirPath: 'vault/public'
filepath: 'posts/**/*.md'
---
title: 'string'
created: 'date'
updated: 'date'
description: 'string'
category: ['technology','life']
---
filepath: 'books/**/*.md'
---
title: 'string'
author: 'string'
originallyPublished: 'number'
coverImg: filename within _assets folder
---
filepath: 'schools/**/*.md'
---
title: 'string'
teacher: 'string'
school: 'string'
created: 'date'
updated: 'date'
description: 'string'
coverImg: filename within _assets folder
---
filepath: 'now/*.md'
---
title: 'string'
---
filepath: 'pages/**/*.md'
---
title: 'string'
description: 'string'
---
filepath: 'projects/*.md'
---
title: 'string'
organization: 'string'
role: 'string'
created: 'date'
updated: 'date'
tools: 'string'
---
The text can be listed under the front matter. The description should be in markdown format.