mirror of
https://github.com/TrudeEH/web.git
synced 2025-12-06 08:23:37 +00:00
Add post template
This commit is contained in:
32
content/.obsidian/workspace.json
vendored
32
content/.obsidian/workspace.json
vendored
@@ -13,12 +13,12 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "markdown",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "notes/ready/flask.md",
|
"file": "posts/notes-update.md",
|
||||||
"mode": "source",
|
"mode": "source",
|
||||||
"source": false
|
"source": false
|
||||||
},
|
},
|
||||||
"icon": "lucide-file",
|
"icon": "lucide-file",
|
||||||
"title": "flask"
|
"title": "notes-update"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -141,13 +141,13 @@
|
|||||||
"state": {
|
"state": {
|
||||||
"type": "outline",
|
"type": "outline",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "notes/ready/flask.md",
|
"file": "posts/notes-update.md",
|
||||||
"followCursor": false,
|
"followCursor": false,
|
||||||
"showSearch": false,
|
"showSearch": false,
|
||||||
"searchQuery": ""
|
"searchQuery": ""
|
||||||
},
|
},
|
||||||
"icon": "lucide-list",
|
"icon": "lucide-list",
|
||||||
"title": "Outline of flask"
|
"title": "Outline of notes-update"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@@ -171,6 +171,17 @@
|
|||||||
},
|
},
|
||||||
"active": "ab03f7100c1ce0fb",
|
"active": "ab03f7100c1ce0fb",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
|
"_Templates/post.md",
|
||||||
|
"posts/notes-update.md",
|
||||||
|
"_Templates/note.md",
|
||||||
|
"posts/personal-web.md",
|
||||||
|
"posts/linux-starter-guide.md",
|
||||||
|
"posts/local-llm.md",
|
||||||
|
"posts/nix-starter-guide.md",
|
||||||
|
"posts/dotfiles.md",
|
||||||
|
"notes/drafts/linux/index.md",
|
||||||
|
"TODO.md",
|
||||||
|
"notes/ready/flask.md",
|
||||||
"notes/ready/gdb.md",
|
"notes/ready/gdb.md",
|
||||||
"notes/ready/git.md",
|
"notes/ready/git.md",
|
||||||
"notes/ready/http.md",
|
"notes/ready/http.md",
|
||||||
@@ -183,10 +194,7 @@
|
|||||||
"notes/ready/binary_operations/d3.png",
|
"notes/ready/binary_operations/d3.png",
|
||||||
"notes/ready/binary_operations/d2.png",
|
"notes/ready/binary_operations/d2.png",
|
||||||
"notes/ready/binary_operations/multiplication.png",
|
"notes/ready/binary_operations/multiplication.png",
|
||||||
"TODO.md",
|
|
||||||
"notes/ready/firewall.md",
|
"notes/ready/firewall.md",
|
||||||
"notes/drafts/linux/index.md",
|
|
||||||
"_Templates/note.md",
|
|
||||||
"drafts/nvim.md",
|
"drafts/nvim.md",
|
||||||
"drafts/rust.md",
|
"drafts/rust.md",
|
||||||
"drafts/swift.md",
|
"drafts/swift.md",
|
||||||
@@ -195,14 +203,6 @@
|
|||||||
"drafts/hardware-tools.md",
|
"drafts/hardware-tools.md",
|
||||||
"drafts/macOS.md",
|
"drafts/macOS.md",
|
||||||
"ready/algorithms_and_data/index.md",
|
"ready/algorithms_and_data/index.md",
|
||||||
"ready/binary_operations/index.md",
|
"ready/binary_operations/index.md"
|
||||||
"ready/cpu_architecture/index.md",
|
|
||||||
"ready/databases/index.md",
|
|
||||||
"ready/logic_gates/index.md",
|
|
||||||
"ready/memory/index.md",
|
|
||||||
"ready/tmux/index.md",
|
|
||||||
"ready/transistors/index.md",
|
|
||||||
"ready/c-language.md",
|
|
||||||
"ready/c-snippets.md"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
15
content/_Templates/post.md
Normal file
15
content/_Templates/post.md
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
title: "{{Title}}"
|
||||||
|
description:
|
||||||
|
draft: true
|
||||||
|
tags:
|
||||||
|
author: TrudeEH
|
||||||
|
showToc: true
|
||||||
|
date: "{{date:YYYY-MM-DD}}T{{time:HH:mm:ss}}+00:00"
|
||||||
|
cover:
|
||||||
|
image: ""
|
||||||
|
alt: ""
|
||||||
|
caption: ""
|
||||||
|
relative: false
|
||||||
|
hidden: true
|
||||||
|
---
|
||||||
15
content/posts/notes-update.md
Normal file
15
content/posts/notes-update.md
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
title: "notes-update"
|
||||||
|
description:
|
||||||
|
draft: true
|
||||||
|
tags:
|
||||||
|
author: TrudeEH
|
||||||
|
showToc: true
|
||||||
|
date: "2025-02-19T16:57:39+00:00"
|
||||||
|
cover:
|
||||||
|
image: ""
|
||||||
|
alt: ""
|
||||||
|
caption: ""
|
||||||
|
relative: false
|
||||||
|
hidden: true
|
||||||
|
---
|
||||||
Reference in New Issue
Block a user