然后我们再来看看,移动端的是不是也同步到。不行到时再找问题

[ding@ArchLinux ~]$ tree ./project/ -L 1
./project/
├── docs
└── Obsidian
 
3 directories, 0 files
[ding@ArchLinux ~]$ cd -
/home/ding/project
[ding@ArchLinux project]$ ls
docs  Obsidian
[ding@ArchLinux project]$ cd docs/
[ding@ArchLinux docs]$ npm i
 
added 485 packages in 10s
 
172 packages are looking for funding
  run `npm fund` for details
[ding@ArchLinux docs]$ npx quartz create
 
   Quartz v4.5.1 

  Choose how to initialize the content in `/home/ding/project/docs/content`
  Symlink an existing folder

  Enter the full path to existing content folder
  /home/ding/project/Obsidian/

  Choose how Quartz should resolve links in your content. This should match Obsidian's link format. You can change this later in `quartz.config.ts`.
│  Treat links as shortest path

└  You're all set! Not sure what to do next? Try:
 Customizing Quartz a bit more by editing `quartz.config.ts`
 Running `npx quartz build --serve` to preview your Quartz locally
 Hosting your Quartz online (see: https://quartz.jzhao.xyz/hosting)
 
 
[ding@ArchLinux docs]$ 
 

参考资料: 中文文档:https://github.com/songxingguo/quartz