post template
This commit is contained in:
parent
43e76ff863
commit
d67c12b9a2
4 changed files with 20 additions and 8 deletions
1
content/.obsidian/core-plugins.json
vendored
1
content/.obsidian/core-plugins.json
vendored
|
@ -5,6 +5,7 @@
|
|||
"graph",
|
||||
"backlink",
|
||||
"page-preview",
|
||||
"templates",
|
||||
"note-composer",
|
||||
"command-palette",
|
||||
"editor-status",
|
||||
|
|
3
content/.obsidian/templates.json
vendored
Normal file
3
content/.obsidian/templates.json
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"folder": "templates"
|
||||
}
|
16
content/.obsidian/workspace
vendored
16
content/.obsidian/workspace
vendored
|
@ -9,7 +9,7 @@
|
|||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "index.md",
|
||||
"file": "templates/post.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
}
|
||||
|
@ -69,7 +69,7 @@
|
|||
"state": {
|
||||
"type": "backlink",
|
||||
"state": {
|
||||
"file": "index.md",
|
||||
"file": "templates/post.md",
|
||||
"collapseAll": false,
|
||||
"extraContext": false,
|
||||
"sortOrder": "alphabetical",
|
||||
|
@ -89,15 +89,15 @@
|
|||
},
|
||||
"active": "a8e90712c1fef449",
|
||||
"lastOpenFiles": [
|
||||
"templates/post.md",
|
||||
"posts/Untitled.md",
|
||||
"posts/catjingle-5k-a-first.md",
|
||||
"posts/austin-givecamp-2019.md",
|
||||
"posts/a_modern_terminal_workflow_1.md",
|
||||
"index.md",
|
||||
"posts/allovue.md",
|
||||
"posts/austin-givecamp-2019.md",
|
||||
"posts/a_modern_terminal_workflow_3.md",
|
||||
"posts/deving_on_linux_is_fun.md",
|
||||
"posts/coming-out-again-nb.md",
|
||||
"posts/code2college-volunteering.md",
|
||||
"posts/catjingle-5k-a-first.md",
|
||||
"posts/blm.md",
|
||||
"posts/best-improv-performance-yet.md"
|
||||
"posts/coming-out-again-nb.md"
|
||||
]
|
||||
}
|
8
content/templates/post.md
Normal file
8
content/templates/post.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
title: {{title}}
|
||||
description:
|
||||
date: {{date}}
|
||||
tags:
|
||||
- Tech
|
||||
---
|
||||
|
Loading…
Add table
Reference in a new issue