Update
This commit is contained in:
21
.idea/workspace.xml
generated
21
.idea/workspace.xml
generated
@@ -5,7 +5,6 @@
|
|||||||
</component>
|
</component>
|
||||||
<component name="ChangeListManager">
|
<component name="ChangeListManager">
|
||||||
<list default="true" id="d89ddef3-0f6b-45b8-91d4-ca4b15835330" name="Changes" comment="Update">
|
<list default="true" id="d89ddef3-0f6b-45b8-91d4-ca4b15835330" name="Changes" comment="Update">
|
||||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
|
||||||
<change beforePath="$PROJECT_DIR$/quartz.config.ts" beforeDir="false" afterPath="$PROJECT_DIR$/quartz.config.ts" afterDir="false" />
|
<change beforePath="$PROJECT_DIR$/quartz.config.ts" beforeDir="false" afterPath="$PROJECT_DIR$/quartz.config.ts" afterDir="false" />
|
||||||
</list>
|
</list>
|
||||||
<option name="SHOW_DIALOG" value="false" />
|
<option name="SHOW_DIALOG" value="false" />
|
||||||
@@ -99,7 +98,7 @@
|
|||||||
<workItem from="1763368336948" duration="74000" />
|
<workItem from="1763368336948" duration="74000" />
|
||||||
<workItem from="1763468129001" duration="1460000" />
|
<workItem from="1763468129001" duration="1460000" />
|
||||||
<workItem from="1763591031608" duration="2000" />
|
<workItem from="1763591031608" duration="2000" />
|
||||||
<workItem from="1763668772985" duration="1040000" />
|
<workItem from="1763668772985" duration="1096000" />
|
||||||
</task>
|
</task>
|
||||||
<task id="LOCAL−00001" summary="Update">
|
<task id="LOCAL−00001" summary="Update">
|
||||||
<option name="closed" value="true" />
|
<option name="closed" value="true" />
|
||||||
@@ -219,7 +218,23 @@
|
|||||||
<option name="project" value="LOCAL" />
|
<option name="project" value="LOCAL" />
|
||||||
<updated>1763668886585</updated>
|
<updated>1763668886585</updated>
|
||||||
</task>
|
</task>
|
||||||
<option name="localTasksCounter" value="17" />
|
<task id="LOCAL-00017" summary="Update">
|
||||||
|
<option name="closed" value="true" />
|
||||||
|
<created>1763704155282</created>
|
||||||
|
<option name="number" value="00017" />
|
||||||
|
<option name="presentableId" value="LOCAL-00017" />
|
||||||
|
<option name="project" value="LOCAL" />
|
||||||
|
<updated>1763704155282</updated>
|
||||||
|
</task>
|
||||||
|
<task id="LOCAL-00018" summary="Update">
|
||||||
|
<option name="closed" value="true" />
|
||||||
|
<created>1763704169794</created>
|
||||||
|
<option name="number" value="00018" />
|
||||||
|
<option name="presentableId" value="LOCAL-00018" />
|
||||||
|
<option name="project" value="LOCAL" />
|
||||||
|
<updated>1763704169794</updated>
|
||||||
|
</task>
|
||||||
|
<option name="localTasksCounter" value="19" />
|
||||||
<servers />
|
<servers />
|
||||||
</component>
|
</component>
|
||||||
<component name="TypeScriptGeneratedFilesManager">
|
<component name="TypeScriptGeneratedFilesManager">
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ const config: QuartzConfig = {
|
|||||||
enablePopovers: true,
|
enablePopovers: true,
|
||||||
locale: "en-US",
|
locale: "en-US",
|
||||||
baseUrl: "jdahlin.github.io",
|
baseUrl: "jdahlin.github.io",
|
||||||
ignorePatterns: ["private", "templates", ".obsidian", "node_modules"],
|
ignorePatterns: ["private", "templates", ".obsidian", "node_modules", "!Template"],
|
||||||
defaultDateType: "modified",
|
defaultDateType: "modified",
|
||||||
theme: {
|
theme: {
|
||||||
fontOrigin: "googleFonts",
|
fontOrigin: "googleFonts",
|
||||||
|
|||||||
Reference in New Issue
Block a user