mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -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"
|
||||
googleAnalytics = "G-XYFD95KB4J"
|
||||
pygmentsUseClasses = true
|
||||
relativeURLs = false
|
||||
relativeURLs = true
|
||||
disablePathToLower = true
|
||||
ignoreFiles = [
|
||||
"/content/templates/*",
|
||||
|
||||
4
content/vault/.obsidian/app.json
vendored
4
content/vault/.obsidian/app.json
vendored
@ -4,5 +4,7 @@
|
||||
"useMarkdownLinks": false,
|
||||
"legacyEditor": false,
|
||||
"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!}$
|
||||
|
||||
|
||||
[[binomial series]]
|
||||
[[binomial series]]
|
||||
|
||||
[[binomial series]]
|
||||
|
||||
|
||||
@ -13,4 +13,4 @@ page_title:
|
||||
"Jaden Lorenc"
|
||||
links:
|
||||
- link_name: Github
|
||||
link: https://github.com/jackyzha0
|
||||
link: https://github.com/jaded0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user