Move templates and journal to underscore name.

c-declarations
Joshua Potter 2024-02-06 07:50:54 -07:00
parent 30edc2dbdc
commit bbf5bf459e
9 changed files with 17 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{ {
"folder": "journal/", "folder": "_journal/",
"template": "templates/daily", "template": "_templates/daily",
"autorun": true "autorun": true
} }

View File

@ -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)
*

View File

@ -12,9 +12,9 @@ const config: QuartzConfig = {
baseUrl: "wiki.jrpotter.com", baseUrl: "wiki.jrpotter.com",
ignorePatterns: [ ignorePatterns: [
".obsidian", ".obsidian",
"journal", "_journal",
"_templates",
"private", "private",
"templates",
], ],
defaultDateType: "created", defaultDateType: "created",
theme: { theme: {