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",
|
"graph",
|
||||||
"backlink",
|
"backlink",
|
||||||
"page-preview",
|
"page-preview",
|
||||||
|
"templates",
|
||||||
"note-composer",
|
"note-composer",
|
||||||
"command-palette",
|
"command-palette",
|
||||||
"editor-status",
|
"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": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "index.md",
|
"file": "templates/post.md",
|
||||||
"mode": "source",
|
"mode": "source",
|
||||||
"source": false
|
"source": false
|
||||||
}
|
}
|
||||||
|
@ -69,7 +69,7 @@
|
||||||
"state": {
|
"state": {
|
||||||
"type": "backlink",
|
"type": "backlink",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "index.md",
|
"file": "templates/post.md",
|
||||||
"collapseAll": false,
|
"collapseAll": false,
|
||||||
"extraContext": false,
|
"extraContext": false,
|
||||||
"sortOrder": "alphabetical",
|
"sortOrder": "alphabetical",
|
||||||
|
@ -89,15 +89,15 @@
|
||||||
},
|
},
|
||||||
"active": "a8e90712c1fef449",
|
"active": "a8e90712c1fef449",
|
||||||
"lastOpenFiles": [
|
"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",
|
"index.md",
|
||||||
"posts/allovue.md",
|
"posts/allovue.md",
|
||||||
"posts/austin-givecamp-2019.md",
|
|
||||||
"posts/a_modern_terminal_workflow_3.md",
|
"posts/a_modern_terminal_workflow_3.md",
|
||||||
"posts/deving_on_linux_is_fun.md",
|
"posts/deving_on_linux_is_fun.md",
|
||||||
"posts/coming-out-again-nb.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"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
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