didnt work
This commit is contained in:
parent
dc5c3317fc
commit
7adc232c9f
|
@ -8,8 +8,7 @@ import * as Plugin from "./quartz/plugins"
|
||||||
*/
|
*/
|
||||||
const config: QuartzConfig = {
|
const config: QuartzConfig = {
|
||||||
configuration: {
|
configuration: {
|
||||||
//pageTitle: "🌃 Nexie.net",
|
pageTitle: "🌃 Nexie.net",
|
||||||
pageTitle: "<img style=\"height: 40px\" src=\"https://f003.backblazeb2.com/file/nexie-net/favicon.webp\" /> <h1>Nexie.net</h1>",
|
|
||||||
enableSPA: true,
|
enableSPA: true,
|
||||||
enablePopovers: true,
|
enablePopovers: true,
|
||||||
analytics: {
|
analytics: {
|
||||||
|
@ -65,7 +64,7 @@ const config: QuartzConfig = {
|
||||||
},
|
},
|
||||||
keepBackground: false,
|
keepBackground: false,
|
||||||
}),
|
}),
|
||||||
Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: true }),
|
Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: false }),
|
||||||
Plugin.GitHubFlavoredMarkdown(),
|
Plugin.GitHubFlavoredMarkdown(),
|
||||||
Plugin.TableOfContents(),
|
Plugin.TableOfContents(),
|
||||||
Plugin.CrawlLinks({ markdownLinkResolution: "shortest" }),
|
Plugin.CrawlLinks({ markdownLinkResolution: "shortest" }),
|
||||||
|
|
Loading…
Reference in a new issue