Compare commits

..

No commits in common. "b4654a24e2d40c1c0e324072d99c335a52db8de6" and "26e0e5dd22f79fef4681aac9c33d1b2a1cb5008f" have entirely different histories.

2 changed files with 2 additions and 7 deletions

View File

@ -13,9 +13,4 @@ Thumbs.db
docs
.gitignore
LICENSE.txt
CODE_OF_CONDUCT.md
Dockerfile
.dockerignore
quartz.config.ts
quartz.layout.ts
content
CODE_OF_CONDUCT.md

View File

@ -58,7 +58,7 @@ export const CreatedModifiedDate: QuartzTransformerPlugin<Partial<Options>> = (u
// Get a reference to the main git repo.
// It's either the same as the workdir,
// or 1+ level higher in case of a submodule/subtree setup
repo = await Repository.discover(file.cwd, { search: true });
repo = Repository.discover(file.cwd)
console.log(chalk.green(`Git repository found at: ${repo.path()}`));
}