date test
This commit is contained in:
parent
c0b96446c3
commit
d90dc20ce3
5
content/博士論文.md
Normal file
5
content/博士論文.md
Normal file
@ -0,0 +1,5 @@
|
||||
#paper
|
||||
|
||||
[音楽土木工学を設計する——音楽プログラミング言語mimiumの開発を通じて(Web版) - Matsuura Tomoya|松浦知也](https://matsuuratomoya.com/hakuron)
|
||||
|
||||
|
@ -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(),
|
||||
|
Loading…
Reference in New Issue
Block a user