Tests
Build Quartz site / build (push) Successful in 1m40s
Details
Build Quartz site / build (push) Successful in 1m40s
Details
This commit is contained in:
parent
2aa14ea2c2
commit
0fbcd11ea9
|
|
@ -4,7 +4,7 @@ import * as Plugin from "./quartz/plugins"
|
|||
const config: QuartzConfig = {
|
||||
configuration: {
|
||||
pageTitle: "Prototype Aspect",
|
||||
enableSPA: false,
|
||||
enableSPA: true,
|
||||
enablePopovers: true,
|
||||
analytics: null,
|
||||
baseUrl: "peaceultime.com/static/obsidian",
|
||||
|
|
@ -50,7 +50,7 @@ const config: QuartzConfig = {
|
|||
Plugin.SyntaxHighlighting(),
|
||||
Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: false }),
|
||||
Plugin.GitHubFlavoredMarkdown(),
|
||||
Plugin.CrawlLinks({ markdownLinkResolution: "absolute" }),
|
||||
Plugin.CrawlLinks({ markdownLinkResolution: "shortest" }),
|
||||
Plugin.Latex({ renderEngine: "katex" }),
|
||||
Plugin.Description(),
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue