mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 03:26:22 +00:00
Quartz sync: Oct 29, 2024, 7:30 PM
This commit is contained in:
parent
32d5c48be4
commit
2bbb31f724
1 changed files with 4 additions and 2 deletions
|
@ -19,7 +19,7 @@ const config: QuartzConfig = {
|
||||||
locale: "en-US",
|
locale: "en-US",
|
||||||
baseUrl: "wiki.ryankes.eu",
|
baseUrl: "wiki.ryankes.eu",
|
||||||
ignorePatterns: ["private", "templates", ".obsidian"],
|
ignorePatterns: ["private", "templates", ".obsidian"],
|
||||||
defaultDateType: "modified",
|
defaultDateType: "created",
|
||||||
theme: {
|
theme: {
|
||||||
fontOrigin: "googleFonts",
|
fontOrigin: "googleFonts",
|
||||||
cdnCaching: true,
|
cdnCaching: true,
|
||||||
|
@ -57,7 +57,9 @@ const config: QuartzConfig = {
|
||||||
plugins: {
|
plugins: {
|
||||||
transformers: [
|
transformers: [
|
||||||
Plugin.FrontMatter(),
|
Plugin.FrontMatter(),
|
||||||
Plugin.CreatedModifiedDate({}),
|
Plugin.CreatedModifiedDate({
|
||||||
|
priority: ["frontmatter", "filesystem"],
|
||||||
|
}),
|
||||||
Plugin.SyntaxHighlighting({
|
Plugin.SyntaxHighlighting({
|
||||||
theme: {
|
theme: {
|
||||||
light: "github-light",
|
light: "github-light",
|
||||||
|
|
Loading…
Reference in a new issue