diff --git a/config.toml b/config.toml index 9e14ea4b1..1c54a4235 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://quartz.jzhao.xyz/" +baseURL = "https://jaded0.github.io/quartz_personal_site/" languageCode = "en-us" googleAnalytics = "G-XYFD95KB4J" pygmentsUseClasses = true @@ -11,7 +11,7 @@ ignoreFiles = [ "/content/vault/pocket/*" ] summaryLength = 20 -paginate = 10 +paginate = 30 enableGitInfo = true [markup] diff --git a/content/index.jpeg b/content/index.jpeg new file mode 100644 index 000000000..a8c545bfb Binary files /dev/null and b/content/index.jpeg differ diff --git a/content/vault/.obsidian/workspace b/content/vault/.obsidian/workspace index 623a2bd97..88f8a5751 100644 --- a/content/vault/.obsidian/workspace +++ b/content/vault/.obsidian/workspace @@ -9,7 +9,7 @@ "state": { "type": "markdown", "state": { - "file": "Approximation.md", + "file": "commands for hugo and obsidian thing.md", "mode": "source", "source": false } @@ -22,8 +22,8 @@ "state": { "type": "markdown", "state": { - "file": "Approximation.md", - "mode": "preview", + "file": "commands for hugo and obsidian thing.md", + "mode": "source", "source": false } }, @@ -54,7 +54,7 @@ "state": { "type": "search", "state": { - "query": "tag:#math/calculus", + "query": "PXL", "matchingCase": true, "explainSearch": false, "collapseAll": false, @@ -83,8 +83,7 @@ } } } - ], - "currentTab": 1 + ] } ], "direction": "horizontal", @@ -104,7 +103,7 @@ "state": { "type": "backlink", "state": { - "file": "Approximation.md", + "file": "commands for hugo and obsidian thing.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -121,7 +120,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "Approximation.md", + "file": "commands for hugo and obsidian thing.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -133,7 +132,7 @@ "state": { "type": "outline", "state": { - "file": "Approximation.md" + "file": "commands for hugo and obsidian thing.md" } } }, @@ -157,15 +156,15 @@ }, "active": "e6ce38905c7e26b9", "lastOpenFiles": [ + "commands for hugo and obsidian thing.md", "Approximation.md", - "Simpson's Rule.md", - "arc length.md", - "taylor.md", - "binomial series.md", - "econometrics/stats-econ-lecture-notes-plus.md", - "recovered stats lecture notes.md", - "econometrics/stats-econ-lecture-notes.md", - "LinearAlgebra1.md", - "mean value theorem.md" + "um.jpg", + "_index.md", + "Pasted image 20210107191005 1.png", + "Pasted image 20210107191005.png", + "PXL_20211111_195701910.jpg", + "PXL_20220503_144942281.jpg", + "PXL_20220511_145131617~2.jpg", + "PXL_20220511_145131617~2 1.jpg" ] } \ No newline at end of file diff --git a/content/vault/Approximation.md b/content/vault/Approximation.md index eb5f00394..376cf5594 100644 --- a/content/vault/Approximation.md +++ b/content/vault/Approximation.md @@ -5,7 +5,9 @@ these are cool because these functions can approximate any integral, even if the integration cannot be calculated by hand. imo, this is how every integral should be done, since we have so many computers. ## trapezoidal -![[PXL_20220511_145131617~3.jpg]] +![[um.jpg]] +[[um.jpg]] + ### error formula $$|E_T|=\frac{k(b-a)^{3}}{12n^{2}}$$ diff --git a/content/vault/_index.md b/content/vault/_index.md new file mode 100644 index 000000000..68dd35baa --- /dev/null +++ b/content/vault/_index.md @@ -0,0 +1,4 @@ +ok so this was necessary idk why +doesn't show either. + +![[Pasted image 20220603201244.png]] \ No newline at end of file diff --git a/content/vault/commands for hugo and obsidian thing.md b/content/vault/commands for hugo and obsidian thing.md new file mode 100644 index 000000000..891b680b2 --- /dev/null +++ b/content/vault/commands for hugo and obsidian thing.md @@ -0,0 +1,14 @@ + +#commands + +```bash +hugo-obsidian -input=content -output=assets/indices -index -root=. +``` + +```bash +hugo server --disableFastRender +``` + +```bash + +``` \ No newline at end of file diff --git a/content/vault/PXL_20220511_145131617~3.jpg b/content/vault/um.jpg similarity index 100% rename from content/vault/PXL_20220511_145131617~3.jpg rename to content/vault/um.jpg diff --git a/layouts/partials/textprocessing.html b/layouts/partials/textprocessing.html index 8e8c99917..65dc2f487 100644 --- a/layouts/partials/textprocessing.html +++ b/layouts/partials/textprocessing.html @@ -30,7 +30,7 @@ {{$reference := split $path "#"}} {{$title := index $reference 0}} {{$display := default $title (index $split 1)}} - {{$img := printf "" $path $display}} + {{$img := printf "" $path $display}} {{$content = replace $content . $img}} {{else}} {{$inner := . | strings.TrimPrefix "[[" | strings.TrimSuffix "]]" }}