vault backup: 2023-04-22 12:57:13

This commit is contained in:
chris 2023-04-22 12:57:13 -05:00
parent b395b20148
commit bcf160360e
7 changed files with 50 additions and 13 deletions

View File

@ -1,5 +1,7 @@
baseURL = "https://cjnanthony.github.io/" baseURL = "https://cjnanthony.github.io/"
languageCode = "en-us" languageCode = "en-us"
title = "chris's site"
Copyright = "© Chris 2023"
relativeURLs = false relativeURLs = false
disablePathToLower = true disablePathToLower = true
ignoreFiles = [ ignoreFiles = [
@ -10,6 +12,9 @@ summaryLength = 20
paginate = 10 paginate = 10
enableGitInfo = true enableGitInfo = true
[author]
name = "chris anthony"
[markup] [markup]
[markup.tableOfContents] [markup.tableOfContents]
endLevel = 3 endLevel = 3

View File

@ -13,7 +13,7 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "first note.md", "file": "test.md",
"mode": "source", "mode": "source",
"source": false "source": false
} }
@ -25,26 +25,38 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "templates/Frontmatter.md", "file": "test.md",
"mode": "source", "mode": "source",
"source": false "source": false
} }
} }
}, },
{ {
"id": "1a030dc8faa6ef28", "id": "f0dd55a59ef25961",
"type": "leaf", "type": "leaf",
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "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", "mode": "source",
"source": false "source": false
} }
} }
} }
], ],
"currentTab": 1 "currentTab": 3
} }
], ],
"direction": "vertical" "direction": "vertical"
@ -110,7 +122,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "templates/Frontmatter.md", "file": "test.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@ -127,7 +139,7 @@
"state": { "state": {
"type": "outgoing-link", "type": "outgoing-link",
"state": { "state": {
"file": "templates/Frontmatter.md", "file": "test.md",
"linksCollapsed": false, "linksCollapsed": false,
"unlinkedCollapsed": true "unlinkedCollapsed": true
} }
@ -150,7 +162,7 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "templates/Frontmatter.md" "file": "test.md"
} }
} }
} }
@ -171,11 +183,14 @@
"command-palette:Open command palette": false "command-palette:Open command palette": false
} }
}, },
"active": "e53851ed0a3d5a30", "active": "67c17fe77d7bdae6",
"lastOpenFiles": [ "lastOpenFiles": [
"test.md",
"templates/Untitled.md", "templates/Untitled.md",
"private/How to push changes.md",
"private/How to view changes locally.md",
"private",
"templates/Frontmatter.md", "templates/Frontmatter.md",
"first note.md",
"templates", "templates",
"themes/Things/theme.css", "themes/Things/theme.css",
"themes/Things/manifest.json", "themes/Things/manifest.json",
@ -184,7 +199,6 @@
"themes/Minimal.css", "themes/Minimal.css",
"themes/Discordian.css", "themes/Discordian.css",
"themes/California Coast.css", "themes/California Coast.css",
"themes/Reverie.css", "themes/Reverie.css"
"themes"
] ]
} }

View File

@ -1 +0,0 @@
note

View File

@ -0,0 +1,2 @@
Obsidian Git: Commit all changes
Obsidian Git: Push

View File

@ -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/
```

View File

@ -0,0 +1,8 @@
---
title: "test1"
tags:
- example-tag
---
added something
note