This commit is contained in:
parent
8455859c72
commit
fa434bcb2e
@ -1,6 +1,5 @@
|
||||
import { QuartzConfig } from "./quartz/cfg"
|
||||
import * as Plugin from "./quartz/plugins"
|
||||
|
||||
const config: QuartzConfig = {
|
||||
configuration: {
|
||||
pageTitle: "Matsuura Tomoya Research Note",
|
||||
@ -11,6 +10,7 @@ const config: QuartzConfig = {
|
||||
provider: "plausible",
|
||||
},
|
||||
baseUrl: "garden.matsuuratomoya.com",
|
||||
repoUrl: "https://git.matsuuratomoya.com/tomoyanonymous/quartz-research-note",
|
||||
ignorePatterns: ["private", "templates", ".obsidian"],
|
||||
defaultDateType: "modified",
|
||||
theme: {
|
||||
@ -47,7 +47,7 @@ const config: QuartzConfig = {
|
||||
transformers: [
|
||||
Plugin.FrontMatter(),
|
||||
Plugin.CreatedModifiedDate({
|
||||
priority: [ "frontmatter","git",], // you can add 'git' here for last modified from Git but this makes the build slower
|
||||
priority: ["frontmatter", "git",], // you can add 'git' here for last modified from Git but this makes the build slower
|
||||
}),
|
||||
Plugin.Latex({ renderEngine: "katex" }),
|
||||
Plugin.SyntaxHighlighting(),
|
||||
|
Loading…
Reference in New Issue
Block a user