Skip to content

Commit

Permalink
Merge branch 'uni' into v4
Browse files Browse the repository at this point in the history
  • Loading branch information
gianpispi authored May 7, 2024
2 parents 1e0b3d2 + 8bcfd84 commit d90ab03
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "content"]
path = content
url = [email protected]:gianpispi/university-vault.git
1 change: 1 addition & 0 deletions content
Submodule content added at 7156c5
Empty file removed content/.gitkeep
Empty file.
10 changes: 5 additions & 5 deletions quartz.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ import * as Plugin from "./quartz/plugins"
*/
const config: QuartzConfig = {
configuration: {
pageTitle: "🪴 Quartz 4.0",
pageTitle: "🧬 Gianipero",
enableSPA: true,
enablePopovers: true,
analytics: {
provider: "plausible",
provider: "umami",
websiteId: 'bd06c24e-3a37-455b-9316-c62886e0dfe1'
},
locale: "en-US",
baseUrl: "quartz.jzhao.xyz",
ignorePatterns: ["private", "templates", ".obsidian"],
baseUrl: "uni.gianpie.ro",
ignorePatterns: ["private", "templates", ".obsidian", "tesi", "backup"],
defaultDateType: "created",
theme: {
fontOrigin: "googleFonts",
Expand Down
1 change: 0 additions & 1 deletion quartz.layout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export const sharedPageComponents: SharedLayout = {
footer: Component.Footer({
links: {
GitHub: "https://github.com/jackyzha0/quartz",
"Discord Community": "https://discord.gg/cRFFHYye7t",
},
}),
}
Expand Down
2 changes: 1 addition & 1 deletion quartz/plugins/transformers/latex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const Latex: QuartzTransformerPlugin<Options> = (opts?: Options) => {
},
htmlPlugins() {
if (engine === "katex") {
return [[rehypeKatex, { output: "html" }]]
return [[rehypeKatex, { output: "html", displayMode: true }]]
} else {
return [rehypeMathjax]
}
Expand Down

0 comments on commit d90ab03

Please sign in to comment.