Move templates and journal to underscore name.
parent
30edc2dbdc
commit
bbf5bf459e
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"folder": "journal/",
|
||||
"template": "templates/daily",
|
||||
"folder": "_journal/",
|
||||
"template": "_templates/daily",
|
||||
"autorun": true
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
title: "2024-02-06"
|
||||
---
|
||||
|
||||
- [x] Anki Flashcards
|
||||
- [x] KoL
|
||||
- [ ] Sheet Music (10 min.)
|
||||
- [ ] OGS (1 Life & Death Problem)
|
||||
- [ ] Korean (Read 1 Story)
|
||||
- [ ] Interview Prep (1 Practice Problem)
|
||||
- [ ] Log Work Hours (Max 3 hours)
|
||||
|
||||
*
|
|
@ -12,9 +12,9 @@ const config: QuartzConfig = {
|
|||
baseUrl: "wiki.jrpotter.com",
|
||||
ignorePatterns: [
|
||||
".obsidian",
|
||||
"journal",
|
||||
"_journal",
|
||||
"_templates",
|
||||
"private",
|
||||
"templates",
|
||||
],
|
||||
defaultDateType: "created",
|
||||
theme: {
|
||||
|
|
Loading…
Reference in New Issue