You've already forked system-aspect
This commit is contained in:
4
.github/quartz/quartz.config.ts
vendored
4
.github/quartz/quartz.config.ts
vendored
@@ -4,7 +4,7 @@ import * as Plugin from "./quartz/plugins"
|
|||||||
const config: QuartzConfig = {
|
const config: QuartzConfig = {
|
||||||
configuration: {
|
configuration: {
|
||||||
pageTitle: "Prototype Aspect",
|
pageTitle: "Prototype Aspect",
|
||||||
enableSPA: false,
|
enableSPA: true,
|
||||||
enablePopovers: true,
|
enablePopovers: true,
|
||||||
analytics: null,
|
analytics: null,
|
||||||
baseUrl: "peaceultime.com/static/obsidian",
|
baseUrl: "peaceultime.com/static/obsidian",
|
||||||
@@ -50,7 +50,7 @@ const config: QuartzConfig = {
|
|||||||
Plugin.SyntaxHighlighting(),
|
Plugin.SyntaxHighlighting(),
|
||||||
Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: false }),
|
Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: false }),
|
||||||
Plugin.GitHubFlavoredMarkdown(),
|
Plugin.GitHubFlavoredMarkdown(),
|
||||||
Plugin.CrawlLinks({ markdownLinkResolution: "absolute" }),
|
Plugin.CrawlLinks({ markdownLinkResolution: "shortest" }),
|
||||||
Plugin.Latex({ renderEngine: "katex" }),
|
Plugin.Latex({ renderEngine: "katex" }),
|
||||||
Plugin.Description(),
|
Plugin.Description(),
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user