quartz-research-note/content/Obsidianのファイルの日付管理.md

17 lines
684 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
date: "2024-01-29T16:10:31+0900"
---
#obsidian #note #tips
参考:
[Quartz V4のカスタマイズ](https://namaraii.com/notes/quartz_v4_customize)
- `quartz.layout.ts``ContentMeta.ts`のカスタムである程度制御できるが、*そのファイルをはじめに作った日*はGithub Actionsで公開してるとdeployした日になってしまう
- なので、modified dateの方が古くなってしまうみたいなことが起きる
- ローカルで`npx quartz build`する分には問題ない
- 自前サーバーでホストしてる分には回避できるかも
[[Obsidianートの作成日を後から復元したい]] で主に解決した