From bcf160360ef68fde6537326f4023748644f4673f Mon Sep 17 00:00:00 2001 From: chris Date: Sat, 22 Apr 2023 12:57:13 -0500 Subject: [PATCH] vault backup: 2023-04-22 12:57:13 --- config.toml | 5 +++ content/site_vault/.obsidian/workspace.json | 38 +++++++++++++------ content/site_vault/first note.md | 1 - .../site_vault/private/How to push changes.md | 2 + .../private/How to view changes locally.md | 9 +++++ content/site_vault/templates/Untitled.md | 0 content/site_vault/test.md | 8 ++++ 7 files changed, 50 insertions(+), 13 deletions(-) delete mode 100644 content/site_vault/first note.md create mode 100644 content/site_vault/private/How to push changes.md create mode 100644 content/site_vault/private/How to view changes locally.md delete mode 100644 content/site_vault/templates/Untitled.md create mode 100644 content/site_vault/test.md diff --git a/config.toml b/config.toml index b982c6426..f662d6f38 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,7 @@ baseURL = "https://cjnanthony.github.io/" languageCode = "en-us" +title = "chris's site" +Copyright = "© Chris 2023" relativeURLs = false disablePathToLower = true ignoreFiles = [ @@ -10,6 +12,9 @@ summaryLength = 20 paginate = 10 enableGitInfo = true +[author] + name = "chris anthony" + [markup] [markup.tableOfContents] endLevel = 3 diff --git a/content/site_vault/.obsidian/workspace.json b/content/site_vault/.obsidian/workspace.json index 55ffe5eb6..0dd7098b7 100644 --- a/content/site_vault/.obsidian/workspace.json +++ b/content/site_vault/.obsidian/workspace.json @@ -13,7 +13,7 @@ "state": { "type": "markdown", "state": { - "file": "first note.md", + "file": "test.md", "mode": "source", "source": false } @@ -25,26 +25,38 @@ "state": { "type": "markdown", "state": { - "file": "templates/Frontmatter.md", + "file": "test.md", "mode": "source", "source": false } } }, { - "id": "1a030dc8faa6ef28", + "id": "f0dd55a59ef25961", "type": "leaf", "state": { "type": "markdown", "state": { - "file": "templates/Untitled.md", + "file": "private/How to view changes locally.md", + "mode": "source", + "source": false + } + } + }, + { + "id": "67c17fe77d7bdae6", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "test.md", "mode": "source", "source": false } } } ], - "currentTab": 1 + "currentTab": 3 } ], "direction": "vertical" @@ -110,7 +122,7 @@ "state": { "type": "backlink", "state": { - "file": "templates/Frontmatter.md", + "file": "test.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -127,7 +139,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "templates/Frontmatter.md", + "file": "test.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -150,7 +162,7 @@ "state": { "type": "outline", "state": { - "file": "templates/Frontmatter.md" + "file": "test.md" } } } @@ -171,11 +183,14 @@ "command-palette:Open command palette": false } }, - "active": "e53851ed0a3d5a30", + "active": "67c17fe77d7bdae6", "lastOpenFiles": [ + "test.md", "templates/Untitled.md", + "private/How to push changes.md", + "private/How to view changes locally.md", + "private", "templates/Frontmatter.md", - "first note.md", "templates", "themes/Things/theme.css", "themes/Things/manifest.json", @@ -184,7 +199,6 @@ "themes/Minimal.css", "themes/Discordian.css", "themes/California Coast.css", - "themes/Reverie.css", - "themes" + "themes/Reverie.css" ] } \ No newline at end of file diff --git a/content/site_vault/first note.md b/content/site_vault/first note.md deleted file mode 100644 index 0aee50c99..000000000 --- a/content/site_vault/first note.md +++ /dev/null @@ -1 +0,0 @@ -note \ No newline at end of file diff --git a/content/site_vault/private/How to push changes.md b/content/site_vault/private/How to push changes.md new file mode 100644 index 000000000..683b5f4de --- /dev/null +++ b/content/site_vault/private/How to push changes.md @@ -0,0 +1,2 @@ +Obsidian Git: Commit all changes +Obsidian Git: Push \ No newline at end of file diff --git a/content/site_vault/private/How to view changes locally.md b/content/site_vault/private/How to view changes locally.md new file mode 100644 index 000000000..180e26f66 --- /dev/null +++ b/content/site_vault/private/How to view changes locally.md @@ -0,0 +1,9 @@ +```bash +# Navigate to your local Quartz folder +cd Documents/personal_repos/cjnanthony.github.io**/** + +# Start local server +make serve + +# View your site in a browser at http://localhost:1313/ +``` \ No newline at end of file diff --git a/content/site_vault/templates/Untitled.md b/content/site_vault/templates/Untitled.md deleted file mode 100644 index e69de29bb..000000000 diff --git a/content/site_vault/test.md b/content/site_vault/test.md new file mode 100644 index 000000000..f041a8c45 --- /dev/null +++ b/content/site_vault/test.md @@ -0,0 +1,8 @@ +--- +title: "test1" +tags: +- example-tag +--- + +added something +note \ No newline at end of file