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