fix pictures

This commit is contained in:
jaden 2022-06-07 21:22:19 -06:00
parent 8fbaaca60b
commit 1b8585e12d
8 changed files with 41 additions and 22 deletions

View File

@ -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]

BIN
content/index.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@ -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"
]
}

View File

@ -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}}$$

4
content/vault/_index.md Normal file
View File

@ -0,0 +1,4 @@
ok so this was necessary idk why
doesn't show either.
![[Pasted image 20220603201244.png]]

View File

@ -0,0 +1,14 @@
#commands
```bash
hugo-obsidian -input=content -output=assets/indices -index -root=.
```
```bash
hugo server --disableFastRender
```
```bash
```

View File

Before

Width:  |  Height:  |  Size: 285 KiB

After

Width:  |  Height:  |  Size: 285 KiB

View File

@ -30,7 +30,7 @@
{{$reference := split $path "#"}}
{{$title := index $reference 0}}
{{$display := default $title (index $split 1)}}
{{$img := printf "<img src=\"%s\" title=\"%s\">" $path $display}}
{{$img := printf "<img src=\"/vault%s\" title=\"%s\">" $path $display}}
{{$content = replace $content . $img}}
{{else}}
{{$inner := . | strings.TrimPrefix "[[" | strings.TrimSuffix "]]" }}