mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 05:14:06 -06:00
fix pages possibly better
This commit is contained in:
parent
3ab1da8caa
commit
fe4a3d1f62
@ -2,7 +2,7 @@ baseURL = "https://quartz.jzhao.xyz/"
|
|||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
googleAnalytics = "G-XYFD95KB4J"
|
googleAnalytics = "G-XYFD95KB4J"
|
||||||
pygmentsUseClasses = true
|
pygmentsUseClasses = true
|
||||||
relativeURLs = false
|
relativeURLs = true
|
||||||
disablePathToLower = true
|
disablePathToLower = true
|
||||||
ignoreFiles = [
|
ignoreFiles = [
|
||||||
"/content/templates/*",
|
"/content/templates/*",
|
||||||
|
|||||||
4
content/vault/.obsidian/app.json
vendored
4
content/vault/.obsidian/app.json
vendored
@ -4,5 +4,7 @@
|
|||||||
"useMarkdownLinks": false,
|
"useMarkdownLinks": false,
|
||||||
"legacyEditor": false,
|
"legacyEditor": false,
|
||||||
"livePreview": true,
|
"livePreview": true,
|
||||||
"newLinkFormat": "absolute"
|
"newLinkFormat": "absolute",
|
||||||
|
"newFileLocation": "folder",
|
||||||
|
"newFileFolderPath": "unsorted"
|
||||||
}
|
}
|
||||||
@ -34,4 +34,7 @@ $sin(x)$ ::: $\sum\limits \frac{(-1)^{n}x^{2n+1}}{(2n+1)!}$
|
|||||||
$arctan(x)$ ::: $\sum\limits \frac{(-1)^{n}x^{2n}}{2n!}$
|
$arctan(x)$ ::: $\sum\limits \frac{(-1)^{n}x^{2n}}{2n!}$
|
||||||
|
|
||||||
|
|
||||||
[[binomial series]]
|
[[binomial series]]
|
||||||
|
|
||||||
|
[[binomial series]]
|
||||||
|
|
||||||
|
|||||||
@ -13,4 +13,4 @@ page_title:
|
|||||||
"Jaden Lorenc"
|
"Jaden Lorenc"
|
||||||
links:
|
links:
|
||||||
- link_name: Github
|
- link_name: Github
|
||||||
link: https://github.com/jackyzha0
|
link: https://github.com/jaded0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user