diff --git a/notes/.obsidian/daily-notes.json b/notes/.obsidian/daily-notes.json index 6674136..0d2c6a1 100644 --- a/notes/.obsidian/daily-notes.json +++ b/notes/.obsidian/daily-notes.json @@ -1,5 +1,5 @@ { - "folder": "journal/", - "template": "templates/daily", + "folder": "_journal/", + "template": "_templates/daily", "autorun": true } \ No newline at end of file diff --git a/notes/journal/2024-01-31.md b/notes/_journal/2024-01-31.md similarity index 100% rename from notes/journal/2024-01-31.md rename to notes/_journal/2024-01-31.md diff --git a/notes/journal/2024-02-01.md b/notes/_journal/2024-02-01.md similarity index 100% rename from notes/journal/2024-02-01.md rename to notes/_journal/2024-02-01.md diff --git a/notes/journal/2024-02-02.md b/notes/_journal/2024-02-02.md similarity index 100% rename from notes/journal/2024-02-02.md rename to notes/_journal/2024-02-02.md diff --git a/notes/journal/2024-02-03.md b/notes/_journal/2024-02-03.md similarity index 100% rename from notes/journal/2024-02-03.md rename to notes/_journal/2024-02-03.md diff --git a/notes/journal/2024-02-04.md b/notes/_journal/2024-02-04.md similarity index 100% rename from notes/journal/2024-02-04.md rename to notes/_journal/2024-02-04.md diff --git a/notes/_journal/2024-02-06.md b/notes/_journal/2024-02-06.md new file mode 100644 index 0000000..8e23145 --- /dev/null +++ b/notes/_journal/2024-02-06.md @@ -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) + +* \ No newline at end of file diff --git a/notes/templates/daily.md b/notes/_templates/daily.md similarity index 100% rename from notes/templates/daily.md rename to notes/_templates/daily.md diff --git a/quartz.config.ts b/quartz.config.ts index 863616b..cdcc305 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -12,9 +12,9 @@ const config: QuartzConfig = { baseUrl: "wiki.jrpotter.com", ignorePatterns: [ ".obsidian", - "journal", + "_journal", + "_templates", "private", - "templates", ], defaultDateType: "created", theme: {