Skip to content

nuovotaka/obsidian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published