date test

This commit is contained in:
松浦 知也 Matsuura Tomoya 2024-01-29 16:15:46 +09:00
parent c0b96446c3
commit d90dc20ce3
2 changed files with 6 additions and 1 deletions

5
content/博士論文.md Normal file
View File

@ -0,0 +1,5 @@
#paper
[音楽土木工学を設計する——音楽プログラミング言語mimiumの開発を通じてWeb版 - Matsuura Tomoya|松浦知也](https://matsuuratomoya.com/hakuron)

View File

@ -47,7 +47,7 @@ const config: QuartzConfig = {
Plugin.FrontMatter(),
Plugin.TableOfContents(),
Plugin.CreatedModifiedDate({
priority: ["frontmatter", "git", "filesystem"], // you can add 'git' here for last modified from Git but this makes the build slower
priority: ["filesystem" , "git", "frontmatter"], // you can add 'git' here for last modified from Git but this makes the build slower
}),
Plugin.Latex({ renderEngine: "katex" }),
Plugin.SyntaxHighlighting(),