diff options
| -rw-r--r-- | .obsidian/workspace.json | 3 | ||||
| -rw-r--r-- | deploy.sh | 2 | ||||
| -rw-r--r-- | index.md | 3 |
3 files changed, 5 insertions, 3 deletions
diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index fb575ce..5bf177e 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -194,8 +194,9 @@ "obsidian-git:Open Git source control": false } }, - "active": "8121ee68654ab866", + "active": "004463469ead11aa", "lastOpenFiles": [ + "4913", "deploy.sh", "index.md" ] @@ -1,4 +1,4 @@ #!/bin/bash echo test >> /tmp/mneme-test.log -# npx quartz build +npx quartz build @@ -2,4 +2,5 @@ This is a test. ajöfajdkjöjkjs -Hope this works
\ No newline at end of file +Hope this works +Maybe this time.
\ No newline at end of file |
